Html Css Color HEX #5B1805 Red Oxide

📋 copy color: '#5B1805'

red 91 ◦ green 24 ◦ blue 5

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

Shades of Red Oxide #5B1805

Tints of Red Oxide #5B1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 75.83%
G = 20%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#5B1805 (or 0x5B1805) is known color: Red Oxide. HEX triplet: 5B, 18 and 05. RGB value is (91,24,5). Sum of RGB (Red+Green+Blue) = 91+24+5=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1805 is #A4E7FA. Grayscale: #2A2A2A. Windows color (decimal): -10807291 or 333915. OLE color: 333915.

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

Color convert

RGB 91 24 5 -
CMYK 0 0.74 0.95 0.64
HSL 13.26º 0.9% 0.19% -
HSV(B) 13.26º 0.95% 0.36% -
XYZ 4.67 2.89 0.46 -
YUV 41.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 91 24 5 0 0.74 0.95 0.64 13.26 0.9 0.19
Hex 5B 18 5 0 4A 5F 40 D 5A 13
Octal 133 30 5 0 112 137 100 15 132 23
Binary 1011011 11000 101 0 1001010 1011111 1000000 1101 1011010 10011

Color Harmonies of #5B1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1805

Black with #5B1805

Text Example


Text Example

White with #5B1805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,24,5); }

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

background-color css

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

 a { background-color: rgb(91,24,5); }

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

border-color css

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

 span { border-color: rgb(91,24,5); }

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