#600B09

Color #600B09 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #600B09

Tints of Red Oxide #600B09

Color information

#600B09 (or 0x600B09) is unknown color: approx Red Oxide. HEX triplet: 60, 0B and 09. RGB value is (96,11,9). Sum of RGB (Red+Green+Blue) = 96+11+9=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B09 is #9FF4F6. Grayscale: #242424. Windows color (decimal): -10482935 or 592736. OLE color: 592736.

HSL color Cylindrical-coordinate representation of color #600B09: hue angle of 1.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600B09 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96119-
CMYK00.890.910.62
HSL1.38º82.86%20.59%-
HSV(B)1.38º90.62%37.65%-
XYZ4.992.750.53-
YUV36.19112.66170.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.76%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=82.76%
G=9.48%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9611900.890.910.621.3882.8620.59
Hex60B90595B3E15315
Octal1401311013113376112325
Binary1100000101110010101100110110111111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600B09; }

 p { color: rgb(96,11,9); }

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

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

 a { background-color: rgb(96,11,9); }

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

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

 span { border-color: rgb(96,11,9); }

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