Html Css Color HEX #C02232 Cardinal

📋 copy color: '#C02232'

red 192 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #C02232

Tints of Cardinal #C02232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

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

R = 69.57%
G = 12.32%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02232 (or 0xC02232) is known color: Cardinal. HEX triplet: C0, 22 and 32. RGB value is (192,34,50). Sum of RGB (Red+Green+Blue) = 192+34+50=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C02232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02232 is #3FDDCD. Grayscale: #535353. Windows color (decimal): -4185550 or 3285696. OLE color: 3285696.

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

Color convert

RGB 192 34 50 -
CMYK 0 0.82 0.74 0.25
HSL 353.92º 0.7% 0.44% -
HSV(B) 353.92º 0.82% 0.75% -
XYZ 22.89 12.58 4.24 -
YUV 83.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 192 34 50 0 0.82 0.74 0.25 353.92 0.7 0.44
Hex C0 22 32 0 52 4A 19 162 46 2C
Octal 300 42 62 0 122 112 31 542 106 54
Binary 11000000 100010 110010 0 1010010 1001010 11001 101100010 1000110 101100

Color Harmonies of #C02232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02232

Black with #C02232

Text Example


Text Example

White with #C02232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02232; }

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

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

background-color css

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

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

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

border-color css

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

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

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