#C12B48

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

Shades of Old Rose #C12B48

Tints of Old Rose #C12B48

Color information

#C12B48 (or 0xC12B48) is unknown color: approx Old Rose. HEX triplet: C1, 2B and 48. RGB value is (193,43,72). Sum of RGB (Red+Green+Blue) = 193+43+72=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B48 is #3ED4B7. Grayscale: #5B5B5B. Windows color (decimal): -4117688 or 4729793. OLE color: 4729793.

HSL color Cylindrical-coordinate representation of color #C12B48: hue angle of 348.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B48 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1934372-
CMYK00.780.630.24
HSL348.4º63.56%46.27%-
HSV(B)348.4º77.72%75.69%-
XYZ24.0313.537.48-
YUV91.16117.2200.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=62.66%
G=13.96%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193437200.780.630.24348.463.5646.27
HexC12B4804E3F1815c402e
Octal301531100116773053410056
Binary11000001101011100100001001110111111110001010111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B48; }

 p { color: rgb(193,43,72); }

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

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

 a { background-color: rgb(193,43,72); }

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

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

 span { border-color: rgb(193,43,72); }

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