Html Css Color HEX #C01932 Cardinal

📋 copy color: '#C01932'

red 192 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #C01932

Tints of Cardinal #C01932

RGB

 RED value IS 192 (75.39% from 255) = 71.91%

 GREEN value IS 25 (10.16% from 255) = 9.36%

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

R = 71.91%
G = 9.36%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01932 (or 0xC01932) is known color: Cardinal. HEX triplet: C0, 19 and 32. RGB value is (192,25,50). Sum of RGB (Red+Green+Blue) = 192+25+50=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01932 is #3FE6CD. Grayscale: #4D4D4D. Windows color (decimal): -4187854 or 3283392. OLE color: 3283392.

HSL color Cylindrical-coordinate representation of color #C01932: hue angle of 351.02º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01932 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 50 -
CMYK 0 0.87 0.74 0.25
HSL 351.02º 0.77% 0.43% -
HSV(B) 351.02º 0.87% 0.75% -
XYZ 22.66 12.13 4.16 -
YUV 77.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 192 25 50 0 0.87 0.74 0.25 351.02 0.77 0.43
Hex C0 19 32 0 57 4A 19 15F 4D 2B
Octal 300 31 62 0 127 112 31 537 115 53
Binary 11000000 11001 110010 0 1010111 1001010 11001 101011111 1001101 101011

Color Harmonies of #C01932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01932

Black with #C01932

Text Example


Text Example

White with #C01932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01932; }

 p { color: rgb(192,25,50); }

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

background-color css

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

 a { background-color: rgb(192,25,50); }

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

border-color css

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

 span { border-color: rgb(192,25,50); }

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