#601B18

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

Shades of Red Oxide #601B18

Tints of Red Oxide #601B18

Color information

#601B18 (or 0x601B18) is unknown color: approx Red Oxide. HEX triplet: 60, 1B and 18. RGB value is (96,27,24). Sum of RGB (Red+Green+Blue) = 96+27+24=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B18 is #9FE4E7. Grayscale: #2F2F2F. Windows color (decimal): -10478824 or 1579872. OLE color: 1579872.

HSL color Cylindrical-coordinate representation of color #601B18: hue angle of 2.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601B18 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB962724-
CMYK00.720.750.62
HSL2.5º60%23.53%-
HSV(B)2.5º75%37.65%-
XYZ5.383.341.22-
YUV47.29114.86162.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=65.31%
G=18.37%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96272400.720.750.622.56023.53
Hex601B180484B3E33c18
Octal140333001101137637430
Binary110000011011110000100100010010111111101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601B18; }

 p { color: rgb(96,27,24); }

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

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

 a { background-color: rgb(96,27,24); }

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

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

 span { border-color: rgb(96,27,24); }

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