Html Css Color HEX #5B150B Red Oxide

📋 copy color: '#5B150B'

red 91 ◦ green 21 ◦ blue 11

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

Shades of Red Oxide #5B150B

Tints of Red Oxide #5B150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 11 (4.69% from 255) = 8.94%

R = 73.98%
G = 17.07%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5B150B (or 0x5B150B) is known color: Red Oxide. HEX triplet: 5B, 15 and 0B. RGB value is (91,21,11). Sum of RGB (Red+Green+Blue) = 91+21+11=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B150B is #A4EAF4. Grayscale: #282828. Windows color (decimal): -10808053 or 726363. OLE color: 726363.

HSL color Cylindrical-coordinate representation of color #5B150B: hue angle of 7.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B150B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 21 11 -
CMYK 0 0.77 0.88 0.64
HSL 7.5º 0.78% 0.2% -
HSV(B) 7.5º 0.88% 0.36% -
XYZ 4.64 2.78 0.61 -
YUV 40.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 91 21 11 0 0.77 0.88 0.64 7.5 0.78 0.2
Hex 5B 15 B 0 4D 58 40 8 4E 14
Octal 133 25 13 0 115 130 100 10 116 24
Binary 1011011 10101 1011 0 1001101 1011000 1000000 1000 1001110 10100

Color Harmonies of #5B150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B150B

Black with #5B150B

Text Example


Text Example

White with #5B150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,11); }

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

background-color css

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

 a { background-color: rgb(91,21,11); }

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

border-color css

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

 span { border-color: rgb(91,21,11); }

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