#C32743

Color #C32743 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C32743

Tints of Brick Red #C32743

Color information

#C32743 (or 0xC32743) is unknown color: approx Brick Red. HEX triplet: C3, 27 and 43. RGB value is (195,39,67). Sum of RGB (Red+Green+Blue) = 195+39+67=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32743 is #3CD8BC. Grayscale: #585858. Windows color (decimal): -3987645 or 4401091. OLE color: 4401091.

HSL color Cylindrical-coordinate representation of color #C32743: hue angle of 349.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32743 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB1953967-
CMYK00.800.660.24
HSL349.23º66.67%45.88%-
HSV(B)349.23º80%76.47%-
XYZ24.2413.466.63-
YUV88.84115.68203.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 64.78%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=64.78%
G=12.96%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195396700.800.660.24349.2366.6745.88
HexC32743050421815d432e
Octal3034710301201023053510356
Binary110000111001111000011010100001000010110001010111011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32743; }

 p { color: rgb(195,39,67); }

 H1.HeaderClassName
 {
   color: #C32743;
 }
 .AnyTagClassName
 {
   color: #C32743;
 }
</style>
background-color css

<style>
 a { background-color: #C32743; }

 a { background-color: rgb(195,39,67); }

 div.DivClassName
 {
   background-color: #C32743;
 }
 .BgClassName
 {
   background-color: #C32743;
 }
</style>
border-color css

<style>
 span { border-color: #C32743; }

 span { border-color: rgb(195,39,67); }

 td.TdClassName
 {
   border-color: #C32743;
 }
 .TagClassName
 {
   border-color: #C32743;
 }
</style>