Html Css Color HEX #5B0C05 Red Oxide

📋 copy color: '#5B0C05'

red 91 ◦ green 12 ◦ blue 5

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

Shades of Red Oxide #5B0C05

Tints of Red Oxide #5B0C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 84.26%
G = 11.11%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#5B0C05 (or 0x5B0C05) is known color: Red Oxide. HEX triplet: 5B, 0C and 05. RGB value is (91,12,5). Sum of RGB (Red+Green+Blue) = 91+12+5=108 (14% of max value = 765). Red value is 91 (35.94% from 255 or 84.26% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C05 is #A4F3FA. Grayscale: #222222. Windows color (decimal): -10810363 or 330843. OLE color: 330843.

HSL color Cylindrical-coordinate representation of color #5B0C05: hue angle of 4.88º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0C05 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 12 5 -
CMYK 0 0.87 0.95 0.64
HSL 4.88º 0.9% 0.19% -
HSV(B) 4.88º 0.95% 0.36% -
XYZ 4.47 2.5 0.39 -
YUV 34.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 91 12 5 0 0.87 0.95 0.64 4.88 0.9 0.19
Hex 5B C 5 0 57 5F 40 5 5A 13
Octal 133 14 5 0 127 137 100 5 132 23
Binary 1011011 1100 101 0 1010111 1011111 1000000 101 1011010 10011

Color Harmonies of #5B0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0C05

Black with #5B0C05

Text Example


Text Example

White with #5B0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,5); }

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

background-color css

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

 a { background-color: rgb(91,12,5); }

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

border-color css

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

 span { border-color: rgb(91,12,5); }

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