Html Css Color HEX #C40032 Cardinal

📋 copy color: '#C40032'

red 196 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #C40032

Tints of Cardinal #C40032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.67%
G = 0%
B = 20.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C40032 (or 0xC40032) is known color: Cardinal. HEX triplet: C4, 00 and 32. RGB value is (196,0,50). Sum of RGB (Red+Green+Blue) = 196+0+50=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C40032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40032 is #3BFFCD. Grayscale: #404040. Windows color (decimal): -3932110 or 3276996. OLE color: 3276996.

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

Color convert

RGB 196 0 50 -
CMYK 0 1 0.74 0.23
HSL 344.69º 1% 0.38% -
HSV(B) 344.69º 1% 0.77% -
XYZ 23.34 11.97 4.1 -
YUV 64.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 196 0 50 0 1 0.74 0.23 344.69 1 0.38
Hex C4 0 32 0 64 4A 17 159 64 26
Octal 304 0 62 0 144 112 27 531 144 46
Binary 11000100 0 110010 0 1100100 1001010 10111 101011001 1100100 100110

Color Harmonies of #C40032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40032

Black with #C40032

Text Example


Text Example

White with #C40032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40032; }

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

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

background-color css

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

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

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

border-color css

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

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

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