#5F0C04

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

Shades of Red Oxide #5F0C04

Tints of Red Oxide #5F0C04

Color information

#5F0C04 (or 0x5F0C04) is unknown color: approx Red Oxide. HEX triplet: 5F, 0C and 04. RGB value is (95,12,4). Sum of RGB (Red+Green+Blue) = 95+12+4=111 (14% of max value = 765). Red value is 95 (37.5% from 255 or 85.59% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0C04 is #A0F3FB. Grayscale: #242424. Windows color (decimal): -10548220 or 265311. OLE color: 265311.

HSL color Cylindrical-coordinate representation of color #5F0C04: hue angle of 5.27º 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 #5F0C04 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB95124-
CMYK00.870.960.63
HSL5.27º91.92%19.41%-
HSV(B)5.27º95.79%37.25%-
XYZ4.872.70.38-
YUV35.9110170.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 85.59%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=85.59%
G=10.81%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9512400.870.960.635.2791.9219.41
Hex5FC4057603F55c13
Octal137144012714077513423
Binary10111111100100010101111100000111111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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