Html Css Color HEX #C0202A Cardinal

📋 copy color: '#C0202A'

red 192 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #C0202A

Tints of Cardinal #C0202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 72.18%
G = 12.03%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0202A (or 0xC0202A) is known color: Cardinal. HEX triplet: C0, 20 and 2A. RGB value is (192,32,42). Sum of RGB (Red+Green+Blue) = 192+32+42=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C0202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0202A is #3FDFD5. Grayscale: #515151. Windows color (decimal): -4186070 or 2760896. OLE color: 2760896.

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

Color convert

RGB 192 32 42 -
CMYK 0 0.83 0.78 0.25
HSL 356.25º 0.71% 0.44% -
HSV(B) 356.25º 0.83% 0.75% -
XYZ 22.67 12.41 3.39 -
YUV 80.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 192 32 42 0 0.83 0.78 0.25 356.25 0.71 0.44
Hex C0 20 2A 0 53 4E 19 164 47 2C
Octal 300 40 52 0 123 116 31 544 107 54
Binary 11000000 100000 101010 0 1010011 1001110 11001 101100100 1000111 101100

Color Harmonies of #C0202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0202A

Black with #C0202A

Text Example


Text Example

White with #C0202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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