Html Css Color HEX #5A0702 Red Oxide

📋 copy color: '#5A0702'

red 90 ◦ green 7 ◦ blue 2

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

Shades of Red Oxide #5A0702

Tints of Red Oxide #5A0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.07%

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 90.91%
G = 7.07%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#5A0702 (or 0x5A0702) is known color: Red Oxide. HEX triplet: 5A, 07 and 02. RGB value is (90,7,2). Sum of RGB (Red+Green+Blue) = 90+7+2=99 (13% of max value = 765). Red value is 90 (35.55% from 255 or 90.91% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0702 is #A5F8FD. Grayscale: #1F1F1F. Windows color (decimal): -10877182 or 132954. OLE color: 132954.

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

Color convert

RGB 90 7 2 -
CMYK 0 0.92 0.98 0.65
HSL 3.41º 0.96% 0.18% -
HSV(B) 3.41º 0.98% 0.35% -
XYZ 4.3 2.33 0.28 -
YUV 31.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 90 7 2 0 0.92 0.98 0.65 3.41 0.96 0.18
Hex 5A 7 2 0 5C 62 41 3 60 12
Octal 132 7 2 0 134 142 101 3 140 22
Binary 1011010 111 10 0 1011100 1100010 1000001 11 1100000 10010

Color Harmonies of #5A0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0702

Black with #5A0702

Text Example


Text Example

White with #5A0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,2); }

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

background-color css

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

 a { background-color: rgb(90,7,2); }

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

border-color css

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

 span { border-color: rgb(90,7,2); }

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