Html Css Color HEX #C43E49 Brick Red

📋 copy color: '#C43E49'

red 196 ◦ green 62 ◦ blue 73

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

Shades of Brick Red #C43E49

Tints of Brick Red #C43E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 59.21%
G = 18.73%
B = 22.05%

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

#C43E49 (or 0xC43E49) is known color: Brick Red. HEX triplet: C4, 3E and 49. RGB value is (196,62,73). Sum of RGB (Red+Green+Blue) = 196+62+73=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E49 is #3BC1B6. Grayscale: #676767. Windows color (decimal): -3916215 or 4800196. OLE color: 4800196.

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

Color convert

RGB 196 62 73 -
CMYK 0 0.68 0.63 0.23
HSL 355.07º 0.53% 0.51% -
HSV(B) 355.07º 0.68% 0.77% -
XYZ 25.69 15.66 7.97 -
YUV 103.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 196 62 73 0 0.68 0.63 0.23 355.07 0.53 0.51
Hex C4 3E 49 0 44 3F 17 163 35 33
Octal 304 76 111 0 104 77 27 543 65 63
Binary 11000100 111110 1001001 0 1000100 111111 10111 101100011 110101 110011

Color Harmonies of #C43E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E49

Black with #C43E49

Text Example


Text Example

White with #C43E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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