Html Css Color HEX #C42836 Cardinal

📋 copy color: '#C42836'

red 196 ◦ green 40 ◦ blue 54

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

Shades of Cardinal #C42836

Tints of Cardinal #C42836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 67.59%
G = 13.79%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C42836 (or 0xC42836) is known color: Cardinal. HEX triplet: C4, 28 and 36. RGB value is (196,40,54). Sum of RGB (Red+Green+Blue) = 196+40+54=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C42836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42836 is #3BD7C9. Grayscale: #585858. Windows color (decimal): -3921866 or 3549380. OLE color: 3549380.

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

Color convert

RGB 196 40 54 -
CMYK 0 0.80 0.72 0.23
HSL 354.62º 0.66% 0.46% -
HSV(B) 354.62º 0.8% 0.77% -
XYZ 24.19 13.52 4.82 -
YUV 88.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 196 40 54 0 0.80 0.72 0.23 354.62 0.66 0.46
Hex C4 28 36 0 50 48 17 163 42 2E
Octal 304 50 66 0 120 110 27 543 102 56
Binary 11000100 101000 110110 0 1010000 1001000 10111 101100011 1000010 101110

Color Harmonies of #C42836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42836

Black with #C42836

Text Example


Text Example

White with #C42836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42836; }

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

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

background-color css

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

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

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

border-color css

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

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

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