Html Css Color HEX #5A120B Red Oxide

📋 copy color: '#5A120B'

red 90 ◦ green 18 ◦ blue 11

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

Shades of Red Oxide #5A120B

Tints of Red Oxide #5A120B

RGB

 RED value IS 90 (35.55% from 255) = 75.63%

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 11 (4.69% from 255) = 9.24%

R = 75.63%
G = 15.13%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#5A120B (or 0x5A120B) is known color: Red Oxide. HEX triplet: 5A, 12 and 0B. RGB value is (90,18,11). Sum of RGB (Red+Green+Blue) = 90+18+11=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A120B is #A5EDF4. Grayscale: #262626. Windows color (decimal): -10874357 or 725594. OLE color: 725594.

HSL color Cylindrical-coordinate representation of color #5A120B: hue angle of 5.32º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A120B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 18 11 -
CMYK 0 0.80 0.88 0.65
HSL 5.32º 0.78% 0.2% -
HSV(B) 5.32º 0.88% 0.35% -
XYZ 4.49 2.63 0.59 -
YUV 38.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 90 18 11 0 0.80 0.88 0.65 5.32 0.78 0.2
Hex 5A 12 B 0 50 58 41 5 4E 14
Octal 132 22 13 0 120 130 101 5 116 24
Binary 1011010 10010 1011 0 1010000 1011000 1000001 101 1001110 10100

Color Harmonies of #5A120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A120B

Black with #5A120B

Text Example


Text Example

White with #5A120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,18,11); }

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

background-color css

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

 a { background-color: rgb(90,18,11); }

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

border-color css

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

 span { border-color: rgb(90,18,11); }

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