#C03B48

Color #C03B48 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C03B48

Tints of Old Rose #C03B48

Color information

#C03B48 (or 0xC03B48) is unknown color: approx Old Rose. HEX triplet: C0, 3B and 48. RGB value is (192,59,72). Sum of RGB (Red+Green+Blue) = 192+59+72=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B48 is #3FC4B7. Grayscale: #646464. Windows color (decimal): -4179128 or 4733888. OLE color: 4733888.

HSL color Cylindrical-coordinate representation of color #C03B48: hue angle of 354.14º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1925972-
CMYK00.690.630.25
HSL354.14º52.99%49.22%-
HSV(B)354.14º69.27%75.29%-
XYZ24.4714.87.7-
YUV100.25112.06193.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.44%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=59.44%
G=18.27%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192597200.690.630.25354.1452.9949.22
HexC03B480453F191623531
Octal30073110010577315426561
Binary1100000011101110010000100010111111111001101100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03B48; }

 p { color: rgb(192,59,72); }

 H1.HeaderClassName
 {
   color: #C03B48;
 }
 .AnyTagClassName
 {
   color: #C03B48;
 }
</style>
background-color css

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

 a { background-color: rgb(192,59,72); }

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

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

 span { border-color: rgb(192,59,72); }

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