Html Css Color HEX #5B0900 Red Oxide

📋 copy color: '#5B0900'

red 91 ◦ green 9 ◦ blue 0

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

Shades of Red Oxide #5B0900

Tints of Red Oxide #5B0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

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

R = 91%
G = 9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#5B0900 (or 0x5B0900) is known color: Red Oxide. HEX triplet: 5B, 09 and 00. RGB value is (91,9,0). Sum of RGB (Red+Green+Blue) = 91+9+0=100 (13% of max value = 765). Red value is 91 (35.94% from 255 or 91% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0900 is #A4F6FF. Grayscale: #202020. Windows color (decimal): -10811136 or 2395. OLE color: 2395.

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

Color convert

RGB 91 9 0 -
CMYK 0 0.90 1 0.64
HSL 5.93º 1% 0.18% -
HSV(B) 5.93º 1% 0.36% -
XYZ 4.41 2.42 0.23 -
YUV 32.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 91 9 0 0 0.90 1 0.64 5.93 1 0.18
Hex 5B 9 0 0 5A 64 40 6 64 12
Octal 133 11 0 0 132 144 100 6 144 22
Binary 1011011 1001 0 0 1011010 1100100 1000000 110 1100100 10010

Color Harmonies of #5B0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0900

Black with #5B0900

Text Example


Text Example

White with #5B0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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