Html Css Color HEX #C02032 Cardinal

📋 copy color: '#C02032'

red 192 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #C02032

Tints of Cardinal #C02032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 70.07%
G = 11.68%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02032 (or 0xC02032) is known color: Cardinal. HEX triplet: C0, 20 and 32. RGB value is (192,32,50). Sum of RGB (Red+Green+Blue) = 192+32+50=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C02032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02032 is #3FDFCD. Grayscale: #515151. Windows color (decimal): -4186062 or 3285184. OLE color: 3285184.

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

Color convert

RGB 192 32 50 -
CMYK 0 0.83 0.74 0.25
HSL 353.25º 0.71% 0.44% -
HSV(B) 353.25º 0.83% 0.75% -
XYZ 22.83 12.47 4.22 -
YUV 81.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 192 32 50 0 0.83 0.74 0.25 353.25 0.71 0.44
Hex C0 20 32 0 53 4A 19 161 47 2C
Octal 300 40 62 0 123 112 31 541 107 54
Binary 11000000 100000 110010 0 1010011 1001010 11001 101100001 1000111 101100

Color Harmonies of #C02032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02032

Black with #C02032

Text Example


Text Example

White with #C02032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02032; }

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

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

background-color css

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

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

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

border-color css

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

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

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