Html Css Color HEX #C43E48 Brick Red

📋 copy color: '#C43E48'

red 196 ◦ green 62 ◦ blue 72

#C43E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C43E48

Tints of Brick Red #C43E48

RGB

 RED value IS 196 (76.95% from 255) = 59.39%

 GREEN value IS 62 (24.61% from 255) = 18.79%

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 59.39%
G = 18.79%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C43E48 (or 0xC43E48) is known color: Brick Red. HEX triplet: C4, 3E and 48. RGB value is (196,62,72). Sum of RGB (Red+Green+Blue) = 196+62+72=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E48 is #3BC1B7. Grayscale: #676767. Windows color (decimal): -3916216 or 4734660. OLE color: 4734660.

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

Color convert

RGB 196 62 72 -
CMYK 0 0.68 0.63 0.23
HSL 355.52º 0.53% 0.51% -
HSV(B) 355.52º 0.68% 0.77% -
XYZ 25.66 15.65 7.8 -
YUV 103.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 196 62 72 0 0.68 0.63 0.23 355.52 0.53 0.51
Hex C4 3E 48 0 44 3F 17 164 35 33
Octal 304 76 110 0 104 77 27 544 65 63
Binary 11000100 111110 1001000 0 1000100 111111 10111 101100100 110101 110011

Color Harmonies of #C43E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E48

Black with #C43E48

Text Example


Text Example

White with #C43E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E48; }

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

 H1.HeaderClassName
 {
   color: #C43E48;
 }
 .AnyTagClassName
 {
   color: #C43E48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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