Html Css Color HEX #5A180A Red Oxide

📋 copy color: '#5A180A'

red 90 ◦ green 24 ◦ blue 10

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

Shades of Red Oxide #5A180A

Tints of Red Oxide #5A180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 10 (4.3% from 255) = 8.06%

R = 72.58%
G = 19.35%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A180A (or 0x5A180A) is known color: Red Oxide. HEX triplet: 5A, 18 and 0A. RGB value is (90,24,10). Sum of RGB (Red+Green+Blue) = 90+24+10=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A180A is #A5E7F5. Grayscale: #2A2A2A. Windows color (decimal): -10872822 or 661594. OLE color: 661594.

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

Color convert

RGB 90 24 10 -
CMYK 0 0.73 0.89 0.65
HSL 10.5º 0.8% 0.2% -
HSV(B) 10.5º 0.89% 0.35% -
XYZ 4.6 2.85 0.59 -
YUV 42.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 90 24 10 0 0.73 0.89 0.65 10.5 0.8 0.2
Hex 5A 18 A 0 49 59 41 A 50 14
Octal 132 30 12 0 111 131 101 12 120 24
Binary 1011010 11000 1010 0 1001001 1011001 1000001 1010 1010000 10100

Color Harmonies of #5A180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A180A

Black with #5A180A

Text Example


Text Example

White with #5A180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,24,10); }

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

background-color css

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

 a { background-color: rgb(90,24,10); }

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

border-color css

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

 span { border-color: rgb(90,24,10); }

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