#600B03

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

Shades of Red Oxide #600B03

Tints of Red Oxide #600B03

Color information

#600B03 (or 0x600B03) is unknown color: approx Red Oxide. HEX triplet: 60, 0B and 03. RGB value is (96,11,3). Sum of RGB (Red+Green+Blue) = 96+11+3=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #600B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B03 is #9FF4FC. Grayscale: #232323. Windows color (decimal): -10482941 or 199520. OLE color: 199520.

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

Color convert

RGB96113-
CMYK00.890.970.62
HSL5.16º93.94%19.41%-
HSV(B)5.16º96.88%37.65%-
XYZ4.962.730.35-
YUV35.5109.66171.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 87.27%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=87.27%
G=10%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9611300.890.970.625.1693.9419.41
Hex60B3059613E55e13
Octal140133013114176513623
Binary1100000101111010110011100001111110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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