Html Css Color HEX #5B1908 Red Oxide

📋 copy color: '#5B1908'

red 91 ◦ green 25 ◦ blue 8

#5B1908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #5B1908

Tints of Red Oxide #5B1908

RGB

 RED value IS 91 (35.94% from 255) = 73.39%

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 8 (3.52% from 255) = 6.45%

R = 73.39%
G = 20.16%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5B1908 (or 0x5B1908) is known color: Red Oxide. HEX triplet: 5B, 19 and 08. RGB value is (91,25,8). Sum of RGB (Red+Green+Blue) = 91+25+8=124 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.39% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1908 is #A4E6F7. Grayscale: #2A2A2A. Windows color (decimal): -10807032 or 530779. OLE color: 530779.

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

Color convert

RGB 91 25 8 -
CMYK 0 0.73 0.91 0.64
HSL 12.29º 0.84% 0.19% -
HSV(B) 12.29º 0.91% 0.36% -
XYZ 4.71 2.94 0.55 -
YUV 42.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 91 25 8 0 0.73 0.91 0.64 12.29 0.84 0.19
Hex 5B 19 8 0 49 5B 40 C 54 13
Octal 133 31 10 0 111 133 100 14 124 23
Binary 1011011 11001 1000 0 1001001 1011011 1000000 1100 1010100 10011

Color Harmonies of #5B1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1908

Black with #5B1908

Text Example


Text Example

White with #5B1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B1908;
 }
 .AnyTagClassName
 {
   color: #5B1908;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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