Html Css Color HEX #5A1D15 Red Oxide

📋 copy color: '#5A1D15'

red 90 ◦ green 29 ◦ blue 21

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

Shades of Red Oxide #5A1D15

Tints of Red Oxide #5A1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.71%

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

R = 64.29%
G = 20.71%
B = 15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A1D15 (or 0x5A1D15) is known color: Red Oxide. HEX triplet: 5A, 1D and 15. RGB value is (90,29,21). Sum of RGB (Red+Green+Blue) = 90+29+21=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1D15 is #A5E2EA. Grayscale: #2E2E2E. Windows color (decimal): -10871531 or 1383770. OLE color: 1383770.

HSL color Cylindrical-coordinate representation of color #5A1D15: hue angle of 6.96º 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 #5A1D15 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 29 21 -
CMYK 0 0.68 0.77 0.65
HSL 6.96º 0.62% 0.22% -
HSV(B) 6.96º 0.77% 0.35% -
XYZ 4.79 3.11 1.06 -
YUV 46.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 90 29 21 0 0.68 0.77 0.65 6.96 0.62 0.22
Hex 5A 1D 15 0 44 4D 41 7 3E 16
Octal 132 35 25 0 104 115 101 7 76 26
Binary 1011010 11101 10101 0 1000100 1001101 1000001 111 111110 10110

Color Harmonies of #5A1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D15

Black with #5A1D15

Text Example


Text Example

White with #5A1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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