Html Css Color HEX #5B1410 Red Oxide

📋 copy color: '#5B1410'

red 91 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #5B1410

Tints of Red Oxide #5B1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 71.65%
G = 15.75%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5B1410 (or 0x5B1410) is known color: Red Oxide. HEX triplet: 5B, 14 and 10. RGB value is (91,20,16). Sum of RGB (Red+Green+Blue) = 91+20+16=127 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.65% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1410 is #A4EBEF. Grayscale: #282828. Windows color (decimal): -10808304 or 1053787. OLE color: 1053787.

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

Color convert

RGB 91 20 16 -
CMYK 0 0.78 0.82 0.64
HSL 3.2º 0.7% 0.21% -
HSV(B) 3.2º 0.82% 0.36% -
XYZ 4.66 2.76 0.78 -
YUV 40.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 91 20 16 0 0.78 0.82 0.64 3.2 0.7 0.21
Hex 5B 14 10 0 4E 52 40 3 46 15
Octal 133 24 20 0 116 122 100 3 106 25
Binary 1011011 10100 10000 0 1001110 1010010 1000000 11 1000110 10101

Color Harmonies of #5B1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1410

Black with #5B1410

Text Example


Text Example

White with #5B1410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,16); }

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

background-color css

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

 a { background-color: rgb(91,20,16); }

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

border-color css

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

 span { border-color: rgb(91,20,16); }

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