Html Css Color HEX #C40832 Cardinal

📋 copy color: '#C40832'

red 196 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C40832

Tints of Cardinal #C40832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 77.17%
G = 3.15%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C40832 (or 0xC40832) is known color: Cardinal. HEX triplet: C4, 08 and 32. RGB value is (196,8,50). Sum of RGB (Red+Green+Blue) = 196+8+50=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C40832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40832 is #3BF7CD. Grayscale: #454545. Windows color (decimal): -3930062 or 3279044. OLE color: 3279044.

HSL color Cylindrical-coordinate representation of color #C40832: hue angle of 346.6º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40832 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 50 -
CMYK 0 0.96 0.74 0.23
HSL 346.6º 0.92% 0.4% -
HSV(B) 346.6º 0.96% 0.77% -
XYZ 23.43 12.14 4.13 -
YUV 69 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 196 8 50 0 0.96 0.74 0.23 346.6 0.92 0.4
Hex C4 8 32 0 60 4A 17 15B 5C 28
Octal 304 10 62 0 140 112 27 533 134 50
Binary 11000100 1000 110010 0 1100000 1001010 10111 101011011 1011100 101000

Color Harmonies of #C40832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40832

Black with #C40832

Text Example


Text Example

White with #C40832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40832; }

 p { color: rgb(196,8,50); }

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

background-color css

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

 a { background-color: rgb(196,8,50); }

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

border-color css

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

 span { border-color: rgb(196,8,50); }

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