Html Css Color HEX #C02036 Cardinal

📋 copy color: '#C02036'

red 192 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #C02036

Tints of Cardinal #C02036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 69.06%
G = 11.51%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02036 (or 0xC02036) is known color: Cardinal. HEX triplet: C0, 20 and 36. RGB value is (192,32,54). Sum of RGB (Red+Green+Blue) = 192+32+54=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02036 is #3FDFC9. Grayscale: #525252. Windows color (decimal): -4186058 or 3547328. OLE color: 3547328.

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

Color convert

RGB 192 32 54 -
CMYK 0 0.83 0.72 0.25
HSL 351.75º 0.71% 0.44% -
HSV(B) 351.75º 0.83% 0.75% -
XYZ 22.92 12.51 4.7 -
YUV 82.35 112.01 206.21 -
System Red Green Blue C M Y K H S L
Decimal 192 32 54 0 0.83 0.72 0.25 351.75 0.71 0.44
Hex C0 20 36 0 53 48 19 160 47 2C
Octal 300 40 66 0 123 110 31 540 107 54
Binary 11000000 100000 110110 0 1010011 1001000 11001 101100000 1000111 101100

Color Harmonies of #C02036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02036

Black with #C02036

Text Example


Text Example

White with #C02036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02036; }

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

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

background-color css

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

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

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

border-color css

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

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

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