Html Css Color HEX #C42842 Brick Red

📋 copy color: '#C42842'

red 196 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #C42842

Tints of Brick Red #C42842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 64.9%
G = 13.25%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C42842 (or 0xC42842) is known color: Brick Red. HEX triplet: C4, 28 and 42. RGB value is (196,40,66). Sum of RGB (Red+Green+Blue) = 196+40+66=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C42842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42842 is #3BD7BD. Grayscale: #595959. Windows color (decimal): -3921854 or 4335812. OLE color: 4335812.

HSL color Cylindrical-coordinate representation of color #C42842: hue angle of 350º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42842 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 66 -
CMYK 0 0.80 0.66 0.23
HSL 350º 0.66% 0.46% -
HSV(B) 350º 0.8% 0.77% -
XYZ 24.51 13.65 6.5 -
YUV 89.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 196 40 66 0 0.80 0.66 0.23 350 0.66 0.46
Hex C4 28 42 0 50 42 17 15E 42 2E
Octal 304 50 102 0 120 102 27 536 102 56
Binary 11000100 101000 1000010 0 1010000 1000010 10111 101011110 1000010 101110

Color Harmonies of #C42842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42842

Black with #C42842

Text Example


Text Example

White with #C42842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42842; }

 p { color: rgb(196,40,66); }

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

background-color css

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

 a { background-color: rgb(196,40,66); }

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

border-color css

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

 span { border-color: rgb(196,40,66); }

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