#C43D48

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

Shades of Brick Red #C43D48

Tints of Brick Red #C43D48

Color information

#C43D48 (or 0xC43D48) is unknown color: approx Brick Red. HEX triplet: C4, 3D and 48. RGB value is (196,61,72). Sum of RGB (Red+Green+Blue) = 196+61+72=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D48 is #3BC2B7. Grayscale: #666666. Windows color (decimal): -3916472 or 4734404. OLE color: 4734404.

HSL color Cylindrical-coordinate representation of color #C43D48: hue angle of 355.11º 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 #C43D48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1966172-
CMYK00.690.630.23
HSL355.11º53.36%50.39%-
HSV(B)355.11º68.88%76.86%-
XYZ25.615.547.78-
YUV102.62110.73194.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=59.57%
G=18.54%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196617200.690.630.23355.1153.3650.39
HexC43D480453F171633532
Octal30475110010577275436562
Binary1100010011110110010000100010111111110111101100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43D48; }

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

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

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

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

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

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

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

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