Html Css Color HEX #C02130 Cardinal

📋 copy color: '#C02130'

red 192 ◦ green 33 ◦ blue 48

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

Shades of Cardinal #C02130

Tints of Cardinal #C02130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 70.33%
G = 12.09%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C02130 (or 0xC02130) is known color: Cardinal. HEX triplet: C0, 21 and 30. RGB value is (192,33,48). Sum of RGB (Red+Green+Blue) = 192+33+48=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C02130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02130 is #3FDECF. Grayscale: #525252. Windows color (decimal): -4185808 or 3154368. OLE color: 3154368.

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

Color convert

RGB 192 33 48 -
CMYK 0 0.83 0.75 0.25
HSL 354.34º 0.71% 0.44% -
HSV(B) 354.34º 0.83% 0.75% -
XYZ 22.82 12.51 4.01 -
YUV 82.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 192 33 48 0 0.83 0.75 0.25 354.34 0.71 0.44
Hex C0 21 30 0 53 4B 19 162 47 2C
Octal 300 41 60 0 123 113 31 542 107 54
Binary 11000000 100001 110000 0 1010011 1001011 11001 101100010 1000111 101100

Color Harmonies of #C02130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02130

Black with #C02130

Text Example


Text Example

White with #C02130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02130; }

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

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

background-color css

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

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

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

border-color css

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

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

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