#5F1801

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

Shades of Red Oxide #5F1801

Tints of Red Oxide #5F1801

Color information

#5F1801 (or 0x5F1801) is unknown color: approx Red Oxide. HEX triplet: 5F, 18 and 01. RGB value is (95,24,1). Sum of RGB (Red+Green+Blue) = 95+24+1=120 (15% of max value = 765). Red value is 95 (37.5% from 255 or 79.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1801 is #A0E7FE. Grayscale: #2A2A2A. Windows color (decimal): -10545151 or 71775. OLE color: 71775.

HSL color Cylindrical-coordinate representation of color #5F1801: hue angle of 14.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F1801 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB95241-
CMYK00.750.990.63
HSL14.68º97.92%18.82%-
HSV(B)14.68º98.95%37.25%-
XYZ5.053.090.36-
YUV42.61104.52165.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 79.17%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=79.17%
G=20%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9524100.750.990.6314.6897.9218.82
Hex5F18104B633Ff6213
Octal1373010113143771714223
Binary10111111100010100101111000111111111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1801; }

 p { color: rgb(95,24,1); }

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

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

 a { background-color: rgb(95,24,1); }

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

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

 span { border-color: rgb(95,24,1); }

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