Html Css Color HEX #C02251 Old Rose

📋 copy color: '#C02251'

red 192 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #C02251

Tints of Old Rose #C02251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 62.54%
G = 11.07%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02251 (or 0xC02251) is known color: Old Rose. HEX triplet: C0, 22 and 51. RGB value is (192,34,81). Sum of RGB (Red+Green+Blue) = 192+34+81=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C02251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02251 is #3FDDAE. Grayscale: #565656. Windows color (decimal): -4185519 or 5317312. OLE color: 5317312.

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

Color convert

RGB 192 34 81 -
CMYK 0 0.82 0.58 0.25
HSL 342.15º 0.7% 0.44% -
HSV(B) 342.15º 0.82% 0.75% -
XYZ 23.8 12.94 9.03 -
YUV 86.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 192 34 81 0 0.82 0.58 0.25 342.15 0.7 0.44
Hex C0 22 51 0 52 3A 19 156 46 2C
Octal 300 42 121 0 122 72 31 526 106 54
Binary 11000000 100010 1010001 0 1010010 111010 11001 101010110 1000110 101100

Color Harmonies of #C02251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02251

Black with #C02251

Text Example


Text Example

White with #C02251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02251; }

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

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

background-color css

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

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

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

border-color css

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

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

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