#5F160B

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

Shades of Red Oxide #5F160B

Tints of Red Oxide #5F160B

Color information

#5F160B (or 0x5F160B) is unknown color: approx Red Oxide. HEX triplet: 5F, 16 and 0B. RGB value is (95,22,11). Sum of RGB (Red+Green+Blue) = 95+22+11=128 (16% of max value = 765). Red value is 95 (37.5% from 255 or 74.22% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 95 - color contains mainly: red. Hex color #5F160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F160B is #A0E9F4. Grayscale: #2A2A2A. Windows color (decimal): -10545653 or 726623. OLE color: 726623.

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

Color convert

RGB952211-
CMYK00.770.880.63
HSL7.86º79.25%20.78%-
HSV(B)7.86º88.42%37.25%-
XYZ5.073.030.63-
YUV42.57110.18165.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 74.22%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=74.22%
G=17.19%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95221100.770.880.637.8679.2520.78
Hex5F16B04D583F84f15
Octal13726130115130771011725
Binary10111111011010110100110110110001111111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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