Html Css Color HEX #5A1701 Red Oxide

📋 copy color: '#5A1701'

red 90 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #5A1701

Tints of Red Oxide #5A1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 78.95%
G = 20.18%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#5A1701 (or 0x5A1701) is known color: Red Oxide. HEX triplet: 5A, 17 and 01. RGB value is (90,23,1). Sum of RGB (Red+Green+Blue) = 90+23+1=114 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.95% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1701 is #A5E8FE. Grayscale: #282828. Windows color (decimal): -10873087 or 71514. OLE color: 71514.

HSL color Cylindrical-coordinate representation of color #5A1701: hue angle of 14.83º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A1701 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 23 1 -
CMYK 0 0.74 0.99 0.65
HSL 14.83º 0.98% 0.18% -
HSV(B) 14.83º 0.99% 0.35% -
XYZ 4.53 2.79 0.33 -
YUV 40.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 90 23 1 0 0.74 0.99 0.65 14.83 0.98 0.18
Hex 5A 17 1 0 4A 63 41 F 62 12
Octal 132 27 1 0 112 143 101 17 142 22
Binary 1011010 10111 1 0 1001010 1100011 1000001 1111 1100010 10010

Color Harmonies of #5A1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1701

Black with #5A1701

Text Example


Text Example

White with #5A1701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,1); }

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

background-color css

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

 a { background-color: rgb(90,23,1); }

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

border-color css

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

 span { border-color: rgb(90,23,1); }

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