Html Css Color HEX #C42446 Brick Red

📋 copy color: '#C42446'

red 196 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #C42446

Tints of Brick Red #C42446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 64.9%
G = 11.92%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42446 (or 0xC42446) is known color: Brick Red. HEX triplet: C4, 24 and 46. RGB value is (196,36,70). Sum of RGB (Red+Green+Blue) = 196+36+70=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C42446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42446 is #3BDBB9. Grayscale: #575757. Windows color (decimal): -3922874 or 4596932. OLE color: 4596932.

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

Color convert

RGB 196 36 70 -
CMYK 0 0.82 0.64 0.23
HSL 347.25º 0.69% 0.45% -
HSV(B) 347.25º 0.82% 0.77% -
XYZ 24.5 13.44 7.1 -
YUV 87.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 196 36 70 0 0.82 0.64 0.23 347.25 0.69 0.45
Hex C4 24 46 0 52 40 17 15B 45 2D
Octal 304 44 106 0 122 100 27 533 105 55
Binary 11000100 100100 1000110 0 1010010 1000000 10111 101011011 1000101 101101

Color Harmonies of #C42446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42446

Black with #C42446

Text Example


Text Example

White with #C42446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42446; }

 p { color: rgb(196,36,70); }

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

background-color css

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

 a { background-color: rgb(196,36,70); }

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

border-color css

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

 span { border-color: rgb(196,36,70); }

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