Html Css Color HEX #5A1808 Red Oxide

📋 copy color: '#5A1808'

red 90 ◦ green 24 ◦ blue 8

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

Shades of Red Oxide #5A1808

Tints of Red Oxide #5A1808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.56%

R = 73.77%
G = 19.67%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#5A1808 (or 0x5A1808) is known color: Red Oxide. HEX triplet: 5A, 18 and 08. RGB value is (90,24,8). Sum of RGB (Red+Green+Blue) = 90+24+8=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1808 is #A5E7F7. Grayscale: #2A2A2A. Windows color (decimal): -10872824 or 530522. OLE color: 530522.

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

Color convert

RGB 90 24 8 -
CMYK 0 0.73 0.91 0.65
HSL 11.71º 0.84% 0.19% -
HSV(B) 11.71º 0.91% 0.35% -
XYZ 4.59 2.84 0.54 -
YUV 41.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 90 24 8 0 0.73 0.91 0.65 11.71 0.84 0.19
Hex 5A 18 8 0 49 5B 41 C 54 13
Octal 132 30 10 0 111 133 101 14 124 23
Binary 1011010 11000 1000 0 1001001 1011011 1000001 1100 1010100 10011

Color Harmonies of #5A1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1808

Black with #5A1808

Text Example


Text Example

White with #5A1808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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