Html Css Color HEX #C02132 Cardinal

📋 copy color: '#C02132'

red 192 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #C02132

Tints of Cardinal #C02132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 69.82%
G = 12%
B = 18.18%

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

#C02132 (or 0xC02132) is known color: Cardinal. HEX triplet: C0, 21 and 32. RGB value is (192,33,50). Sum of RGB (Red+Green+Blue) = 192+33+50=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C02132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02132 is #3FDECD. Grayscale: #525252. Windows color (decimal): -4185806 or 3285440. OLE color: 3285440.

HSL color Cylindrical-coordinate representation of color #C02132: hue angle of 353.58º 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 #C02132 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 50 -
CMYK 0 0.83 0.74 0.25
HSL 353.58º 0.71% 0.44% -
HSV(B) 353.58º 0.83% 0.75% -
XYZ 22.86 12.52 4.23 -
YUV 82.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 192 33 50 0 0.83 0.74 0.25 353.58 0.71 0.44
Hex C0 21 32 0 53 4A 19 162 47 2C
Octal 300 41 62 0 123 112 31 542 107 54
Binary 11000000 100001 110010 0 1010011 1001010 11001 101100010 1000111 101100

Color Harmonies of #C02132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02132

Black with #C02132

Text Example


Text Example

White with #C02132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02132; }

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

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

background-color css

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

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

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

border-color css

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

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

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