#601003

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

Shades of Red Oxide #601003

Tints of Red Oxide #601003

Color information

#601003 (or 0x601003) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 03. RGB value is (96,16,3). Sum of RGB (Red+Green+Blue) = 96+16+3=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #601003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601003 is #9FEFFC. Grayscale: #262626. Windows color (decimal): -10481661 or 200800. OLE color: 200800.

HSL color Cylindrical-coordinate representation of color #601003: hue angle of 8.39º 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 #601003 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96163-
CMYK00.830.970.62
HSL8.39º93.94%19.41%-
HSV(B)8.39º96.88%37.65%-
XYZ5.032.860.37-
YUV38.44108169.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 83.48%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=83.48%
G=13.91%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9616300.830.970.628.3993.9419.41
Hex60103053613E85e13
Octal1402030123141761013623
Binary110000010000110101001111000011111101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601003; }

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

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

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

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

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

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

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

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