Html Css Color HEX #5B1710 Red Oxide

📋 copy color: '#5B1710'

red 91 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #5B1710

Tints of Red Oxide #5B1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 70%
G = 17.69%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5B1710 (or 0x5B1710) is known color: Red Oxide. HEX triplet: 5B, 17 and 10. RGB value is (91,23,16). Sum of RGB (Red+Green+Blue) = 91+23+16=130 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1710 is #A4E8EF. Grayscale: #2A2A2A. Windows color (decimal): -10807536 or 1054555. OLE color: 1054555.

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

Color convert

RGB 91 23 16 -
CMYK 0 0.75 0.82 0.64
HSL 5.6º 0.7% 0.21% -
HSV(B) 5.6º 0.82% 0.36% -
XYZ 4.71 2.87 0.8 -
YUV 42.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 91 23 16 0 0.75 0.82 0.64 5.6 0.7 0.21
Hex 5B 17 10 0 4B 52 40 6 46 15
Octal 133 27 20 0 113 122 100 6 106 25
Binary 1011011 10111 10000 0 1001011 1010010 1000000 110 1000110 10101

Color Harmonies of #5B1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1710

Black with #5B1710

Text Example


Text Example

White with #5B1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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