#CD1852

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

Shades of Ruby #CD1852

Tints of Ruby #CD1852

Color information

#CD1852 (or 0xCD1852) is unknown color: approx Ruby. HEX triplet: CD, 18 and 52. RGB value is (205,24,82). Sum of RGB (Red+Green+Blue) = 205+24+82=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1852 is #32E7AD. Grayscale: #545454. Windows color (decimal): -3336110 or 5380301. OLE color: 5380301.

HSL color Cylindrical-coordinate representation of color #CD1852: hue angle of 340.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1852 is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB2052482-
CMYK00.880.60.20
HSL340.77º79.04%44.9%-
HSV(B)340.77º88.29%80.39%-
XYZ27.0314.249.31-
YUV84.73126.47213.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.92%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=65.92%
G=7.72%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205248200.880.60.20340.7779.0444.9
HexCD18520583C141554f2d
Octal315301220130742452511755
Binary1100110111000101001001011000111100101001010101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1852; }

 p { color: rgb(205,24,82); }

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

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

 a { background-color: rgb(205,24,82); }

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

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

 span { border-color: rgb(205,24,82); }

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