Html Css Color HEX #C0224B Old Rose

📋 copy color: '#C0224B'

red 192 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #C0224B

Tints of Old Rose #C0224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 63.79%
G = 11.3%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0224B (or 0xC0224B) is known color: Old Rose. HEX triplet: C0, 22 and 4B. RGB value is (192,34,75). Sum of RGB (Red+Green+Blue) = 192+34+75=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0224B is #3FDDB4. Grayscale: #555555. Windows color (decimal): -4185525 or 4924096. OLE color: 4924096.

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

Color convert

RGB 192 34 75 -
CMYK 0 0.82 0.61 0.25
HSL 344.43º 0.7% 0.44% -
HSV(B) 344.43º 0.82% 0.75% -
XYZ 23.58 12.86 7.9 -
YUV 85.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 192 34 75 0 0.82 0.61 0.25 344.43 0.7 0.44
Hex C0 22 4B 0 52 3D 19 158 46 2C
Octal 300 42 113 0 122 75 31 530 106 54
Binary 11000000 100010 1001011 0 1010010 111101 11001 101011000 1000110 101100

Color Harmonies of #C0224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0224B

Black with #C0224B

Text Example


Text Example

White with #C0224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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