#C31C4C

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

Shades of Old Rose #C31C4C

Tints of Old Rose #C31C4C

Color information

#C31C4C (or 0xC31C4C) is unknown color: approx Old Rose. HEX triplet: C3, 1C and 4C. RGB value is (195,28,76). Sum of RGB (Red+Green+Blue) = 195+28+76=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C4C is #3CE3B3. Grayscale: #535353. Windows color (decimal): -3990452 or 4988099. OLE color: 4988099.

HSL color Cylindrical-coordinate representation of color #C31C4C: hue angle of 342.75º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C4C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1952876-
CMYK00.860.610.24
HSL342.75º74.89%43.73%-
HSV(B)342.75º85.64%76.47%-
XYZ24.2312.958.06-
YUV83.4123.83207.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=65.22%
G=9.36%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195287600.860.610.24342.7574.8943.73
HexC31C4C0563D181574b2c
Octal303341140126753052711354
Binary1100001111100100110001010110111101110001010101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C4C; }

 p { color: rgb(195,28,76); }

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

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

 a { background-color: rgb(195,28,76); }

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

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

 span { border-color: rgb(195,28,76); }

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