#5F0B04

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

Shades of Red Oxide #5F0B04

Tints of Red Oxide #5F0B04

Color information

#5F0B04 (or 0x5F0B04) is unknown color: approx Red Oxide. HEX triplet: 5F, 0B and 04. RGB value is (95,11,4). Sum of RGB (Red+Green+Blue) = 95+11+4=110 (14% of max value = 765). Red value is 95 (37.5% from 255 or 86.36% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0B04 is #A0F4FB. Grayscale: #232323. Windows color (decimal): -10548476 or 265055. OLE color: 265055.

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

Color convert

RGB95114-
CMYK00.880.960.63
HSL4.62º91.92%19.41%-
HSV(B)4.62º95.79%37.25%-
XYZ4.862.680.38-
YUV35.32110.33170.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 86.36%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=86.36%
G=10%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9511400.880.960.634.6291.9219.41
Hex5FB4058603F55c13
Octal137134013014077513423
Binary10111111011100010110001100000111111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,4); }

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

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

 a { background-color: rgb(95,11,4); }

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

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

 span { border-color: rgb(95,11,4); }

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