#5B1208

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

Shades of Red Oxide #5B1208

Tints of Red Oxide #5B1208

Color information

#5B1208 (or 0x5B1208) is unknown color: approx Red Oxide. HEX triplet: 5B, 12 and 08. RGB value is (91,18,8). Sum of RGB (Red+Green+Blue) = 91+18+8=117 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.78% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1208 is #A4EDF7. Grayscale: #262626. Windows color (decimal): -10808824 or 528987. OLE color: 528987.

HSL color Cylindrical-coordinate representation of color #5B1208: hue angle of 7.23º 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 #5B1208 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB91188-
CMYK00.800.910.64
HSL7.23º83.84%19.41%-
HSV(B)7.23º91.21%35.69%-
XYZ4.572.670.5-
YUV38.69110.68165.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 77.78%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=77.78%
G=15.38%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9118800.800.910.647.2383.8419.41
Hex5B1280505B4075413
Octal13322100120133100712423
Binary10110111001010000101000010110111000000111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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