#601300

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

Shades of Red Oxide #601300

Tints of Red Oxide #601300

Color information

#601300 (or 0x601300) is unknown color: approx Red Oxide. HEX triplet: 60, 13 and 00. RGB value is (96,19,0). Sum of RGB (Red+Green+Blue) = 96+19+0=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #601300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601300 is #9FECFF. Grayscale: #282828. Windows color (decimal): -10480896 or 4960. OLE color: 4960.

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

Color convert

RGB96190-
CMYK00.8010.62
HSL11.88º100%18.82%-
HSV(B)11.88º100%37.65%-
XYZ5.062.950.3-
YUV39.86105.51168.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 83.48%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.48%
G=16.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9619000.8010.6211.8810018.82
Hex60130050643Ec6413
Octal1402300120144761414423
Binary11000001001100101000011001001111101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601300; }

 p { color: rgb(96,19,0); }

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

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

 a { background-color: rgb(96,19,0); }

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

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

 span { border-color: rgb(96,19,0); }

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