#C43D47

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

Shades of Brick Red #C43D47

Tints of Brick Red #C43D47

Color information

#C43D47 (or 0xC43D47) is unknown color: approx Brick Red. HEX triplet: C4, 3D and 47. RGB value is (196,61,71). Sum of RGB (Red+Green+Blue) = 196+61+71=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D47 is #3BC2B8. Grayscale: #666666. Windows color (decimal): -3916473 or 4668868. OLE color: 4668868.

HSL color Cylindrical-coordinate representation of color #C43D47: hue angle of 355.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D47 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1966171-
CMYK00.690.640.23
HSL355.56º53.36%50.39%-
HSV(B)355.56º68.88%76.86%-
XYZ25.5715.537.61-
YUV102.5110.23194.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=59.76%
G=18.60%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196617100.690.640.23355.5653.3650.39
HexC43D4704540171643532
Octal304751070105100275446562
Binary11000100111101100011101000101100000010111101100100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43D47; }

 p { color: rgb(196,61,71); }

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

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

 a { background-color: rgb(196,61,71); }

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

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

 span { border-color: rgb(196,61,71); }

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