Html Css Color HEX #5B1300 Red Oxide

📋 copy color: '#5B1300'

red 91 ◦ green 19 ◦ blue 0

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

Shades of Red Oxide #5B1300

Tints of Red Oxide #5B1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.73%
G = 17.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5B1300 (or 0x5B1300) is known color: Red Oxide. HEX triplet: 5B, 13 and 00. RGB value is (91,19,0). Sum of RGB (Red+Green+Blue) = 91+19+0=110 (14% of max value = 765). Red value is 91 (35.94% from 255 or 82.73% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1300 is #A4ECFF. Grayscale: #262626. Windows color (decimal): -10808576 or 4955. OLE color: 4955.

HSL color Cylindrical-coordinate representation of color #5B1300: hue angle of 12.53º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B1300 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 19 0 -
CMYK 0 0.79 1 0.64
HSL 12.53º 1% 0.18% -
HSV(B) 12.53º 1% 0.36% -
XYZ 4.55 2.69 0.28 -
YUV 38.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 91 19 0 0 0.79 1 0.64 12.53 1 0.18
Hex 5B 13 0 0 4F 64 40 D 64 12
Octal 133 23 0 0 117 144 100 15 144 22
Binary 1011011 10011 0 0 1001111 1100100 1000000 1101 1100100 10010

Color Harmonies of #5B1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1300

Black with #5B1300

Text Example


Text Example

White with #5B1300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,19,0); }

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

background-color css

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

 a { background-color: rgb(91,19,0); }

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

border-color css

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

 span { border-color: rgb(91,19,0); }

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