#D00A5B

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

Shades of Ruby #D00A5B

Tints of Ruby #D00A5B

Color information

#D00A5B (or 0xD00A5B) is unknown color: approx Ruby. HEX triplet: D0, 0A and 5B. RGB value is (208,10,91). Sum of RGB (Red+Green+Blue) = 208+10+91=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A5B is #2FF5A4. Grayscale: #4E4E4E. Windows color (decimal): -3143077 or 5966544. OLE color: 5966544.

HSL color Cylindrical-coordinate representation of color #D00A5B: hue angle of 335.45º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A5B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2081091-
CMYK00.950.560.18
HSL335.45º90.83%42.75%-
HSV(B)335.45º95.19%81.57%-
XYZ28.0114.3811.2-
YUV78.44135.1220.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.31%
GREEN value IS 10 (4.30% from 255) = 3.24%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=67.31%
G=3.24%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208109100.950.560.18335.4590.8342.75
HexD0A5B05F381214f5b2b
Octal320121330137702251713353
Binary110100001010101101101011111111000100101010011111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00A5B; }

 p { color: rgb(208,10,91); }

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

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

 a { background-color: rgb(208,10,91); }

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

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

 span { border-color: rgb(208,10,91); }

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