Html Css Color HEX #5A1B15 Red Oxide

📋 copy color: '#5A1B15'

red 90 ◦ green 27 ◦ blue 21

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

Shades of Red Oxide #5A1B15

Tints of Red Oxide #5A1B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.57%

 BLUE value IS 21 (8.59% from 255) = 15.22%

R = 65.22%
G = 19.57%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A1B15 (or 0x5A1B15) is known color: Red Oxide. HEX triplet: 5A, 1B and 15. RGB value is (90,27,21). Sum of RGB (Red+Green+Blue) = 90+27+21=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1B15 is #A5E4EA. Grayscale: #2D2D2D. Windows color (decimal): -10872043 or 1383258. OLE color: 1383258.

HSL color Cylindrical-coordinate representation of color #5A1B15: hue angle of 5.22º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1B15 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 27 21 -
CMYK 0 0.70 0.77 0.65
HSL 5.22º 0.62% 0.22% -
HSV(B) 5.22º 0.77% 0.35% -
XYZ 4.74 3.01 1.04 -
YUV 45.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 90 27 21 0 0.70 0.77 0.65 5.22 0.62 0.22
Hex 5A 1B 15 0 46 4D 41 5 3E 16
Octal 132 33 25 0 106 115 101 5 76 26
Binary 1011010 11011 10101 0 1000110 1001101 1000001 101 111110 10110

Color Harmonies of #5A1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1B15

Black with #5A1B15

Text Example


Text Example

White with #5A1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,27,21); }

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

background-color css

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

 a { background-color: rgb(90,27,21); }

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

border-color css

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

 span { border-color: rgb(90,27,21); }

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