Html Css Color HEX #C02230 Cardinal

📋 copy color: '#C02230'

red 192 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #C02230

Tints of Cardinal #C02230

RGB

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

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

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

R = 70.07%
G = 12.41%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C02230 (or 0xC02230) is known color: Cardinal. HEX triplet: C0, 22 and 30. RGB value is (192,34,48). Sum of RGB (Red+Green+Blue) = 192+34+48=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C02230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02230 is #3FDDCF. Grayscale: #525252. Windows color (decimal): -4185552 or 3154624. OLE color: 3154624.

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

Color convert

RGB 192 34 48 -
CMYK 0 0.82 0.75 0.25
HSL 354.68º 0.7% 0.44% -
HSV(B) 354.68º 0.82% 0.75% -
XYZ 22.84 12.56 4.02 -
YUV 82.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 192 34 48 0 0.82 0.75 0.25 354.68 0.7 0.44
Hex C0 22 30 0 52 4B 19 163 46 2C
Octal 300 42 60 0 122 113 31 543 106 54
Binary 11000000 100010 110000 0 1010010 1001011 11001 101100011 1000110 101100

Color Harmonies of #C02230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02230

Black with #C02230

Text Example


Text Example

White with #C02230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02230; }

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

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

background-color css

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

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

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

border-color css

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

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

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