#C53B4B

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

Shades of Old Rose #C53B4B

Tints of Old Rose #C53B4B

Color information

#C53B4B (or 0xC53B4B) is unknown color: approx Old Rose. HEX triplet: C5, 3B and 4B. RGB value is (197,59,75). Sum of RGB (Red+Green+Blue) = 197+59+75=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B4B is #3AC4B4. Grayscale: #666666. Windows color (decimal): -3851445 or 4930501. OLE color: 4930501.

HSL color Cylindrical-coordinate representation of color #C53B4B: hue angle of 353.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B4B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1975975-
CMYK00.700.620.23
HSL353.04º54.33%50.2%-
HSV(B)353.04º70.05%77.25%-
XYZ25.8615.518.29-
YUV102.09112.72195.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.52%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=59.52%
G=17.82%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197597500.700.620.23353.0454.3350.2
HexC53B4B0463E171613632
Octal30573113010676275416662
Binary1100010111101110010110100011011111010111101100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B4B; }

 p { color: rgb(197,59,75); }

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

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

 a { background-color: rgb(197,59,75); }

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

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

 span { border-color: rgb(197,59,75); }

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