Html Css Color HEX #5A100E Red Oxide

📋 copy color: '#5A100E'

red 90 ◦ green 16 ◦ blue 14

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

Shades of Red Oxide #5A100E

Tints of Red Oxide #5A100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

 BLUE value IS 14 (5.86% from 255) = 11.67%

R = 75%
G = 13.33%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A100E (or 0x5A100E) is known color: Red Oxide. HEX triplet: 5A, 10 and 0E. RGB value is (90,16,14). Sum of RGB (Red+Green+Blue) = 90+16+14=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A100E is #A5EFF1. Grayscale: #252525. Windows color (decimal): -10874866 or 921690. OLE color: 921690.

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

Color convert

RGB 90 16 14 -
CMYK 0 0.82 0.84 0.65
HSL 1.58º 0.73% 0.2% -
HSV(B) 1.58º 0.84% 0.35% -
XYZ 4.48 2.58 0.68 -
YUV 37.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 90 16 14 0 0.82 0.84 0.65 1.58 0.73 0.2
Hex 5A 10 E 0 52 54 41 2 49 14
Octal 132 20 16 0 122 124 101 2 111 24
Binary 1011010 10000 1110 0 1010010 1010100 1000001 10 1001001 10100

Color Harmonies of #5A100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A100E

Black with #5A100E

Text Example


Text Example

White with #5A100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,14); }

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

background-color css

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

 a { background-color: rgb(90,16,14); }

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

border-color css

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

 span { border-color: rgb(90,16,14); }

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