#C3084F

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

Shades of Ruby #C3084F

Tints of Ruby #C3084F

Color information

#C3084F (or 0xC3084F) is unknown color: approx Ruby. HEX triplet: C3, 08 and 4F. RGB value is (195,8,79). Sum of RGB (Red+Green+Blue) = 195+8+79=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C3084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3084F is #3CF7B0. Grayscale: #474747. Windows color (decimal): -3995569 or 5179587. OLE color: 5179587.

HSL color Cylindrical-coordinate representation of color #C3084F: hue angle of 337.22º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3084F is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB195879-
CMYK00.960.590.24
HSL337.22º92.12%39.8%-
HSV(B)337.22º95.9%76.47%-
XYZ2412.348.51-
YUV72.01131.95215.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.15%
GREEN value IS 8 (3.52% from 255) = 2.84%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=69.15%
G=2.84%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19587900.960.590.24337.2292.1239.8
HexC384F0603B181515c28
Octal303101170140733052113450
Binary110000111000100111101100000111011110001010100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3084F; }

 p { color: rgb(195,8,79); }

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

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

 a { background-color: rgb(195,8,79); }

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

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

 span { border-color: rgb(195,8,79); }

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