Html Css Color HEX #C02033 Cardinal

📋 copy color: '#C02033'

red 192 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #C02033

Tints of Cardinal #C02033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 69.82%
G = 11.64%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02033 (or 0xC02033) is known color: Cardinal. HEX triplet: C0, 20 and 33. RGB value is (192,32,51). Sum of RGB (Red+Green+Blue) = 192+32+51=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C02033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02033 is #3FDFCC. Grayscale: #525252. Windows color (decimal): -4186061 or 3350720. OLE color: 3350720.

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

Color convert

RGB 192 32 51 -
CMYK 0 0.83 0.73 0.25
HSL 352.88º 0.71% 0.44% -
HSV(B) 352.88º 0.83% 0.75% -
XYZ 22.85 12.48 4.34 -
YUV 82.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 192 32 51 0 0.83 0.73 0.25 352.88 0.71 0.44
Hex C0 20 33 0 53 49 19 161 47 2C
Octal 300 40 63 0 123 111 31 541 107 54
Binary 11000000 100000 110011 0 1010011 1001001 11001 101100001 1000111 101100

Color Harmonies of #C02033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02033

Black with #C02033

Text Example


Text Example

White with #C02033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02033; }

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

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

background-color css

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

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

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

border-color css

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

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

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