#5B0F08

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

Shades of Red Oxide #5B0F08

Tints of Red Oxide #5B0F08

Color information

#5B0F08 (or 0x5B0F08) is unknown color: approx Red Oxide. HEX triplet: 5B, 0F and 08. RGB value is (91,15,8). Sum of RGB (Red+Green+Blue) = 91+15+8=114 (15% of max value = 765). Red value is 91 (35.94% from 255 or 79.82% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0F08 is #A4F0F7. Grayscale: #252525. Windows color (decimal): -10809592 or 528219. OLE color: 528219.

HSL color Cylindrical-coordinate representation of color #5B0F08: hue angle of 5.06º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0F08 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB91158-
CMYK00.840.910.64
HSL5.06º83.84%19.41%-
HSV(B)5.06º91.21%35.69%-
XYZ4.532.580.49-
YUV36.93111.68166.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 79.82%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=79.82%
G=13.16%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9115800.840.910.645.0683.8419.41
Hex5BF80545B4055413
Octal13317100124133100512423
Binary1011011111110000101010010110111000000101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,15,8); }

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

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

 a { background-color: rgb(91,15,8); }

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

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

 span { border-color: rgb(91,15,8); }

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