Html Css Color HEX #5A130F Red Oxide

📋 copy color: '#5A130F'

red 90 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #5A130F

Tints of Red Oxide #5A130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

 BLUE value IS 15 (6.25% from 255) = 12.1%

R = 72.58%
G = 15.32%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A130F (or 0x5A130F) is known color: Red Oxide. HEX triplet: 5A, 13 and 0F. RGB value is (90,19,15). Sum of RGB (Red+Green+Blue) = 90+19+15=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A130F is #A5ECF0. Grayscale: #272727. Windows color (decimal): -10874097 or 987994. OLE color: 987994.

HSL color Cylindrical-coordinate representation of color #5A130F: hue angle of 3.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A130F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 19 15 -
CMYK 0 0.79 0.83 0.65
HSL 3.2º 0.71% 0.21% -
HSV(B) 3.2º 0.83% 0.35% -
XYZ 4.54 2.67 0.73 -
YUV 39.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 90 19 15 0 0.79 0.83 0.65 3.2 0.71 0.21
Hex 5A 13 F 0 4F 53 41 3 47 15
Octal 132 23 17 0 117 123 101 3 107 25
Binary 1011010 10011 1111 0 1001111 1010011 1000001 11 1000111 10101

Color Harmonies of #5A130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A130F

Black with #5A130F

Text Example


Text Example

White with #5A130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,15); }

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

background-color css

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

 a { background-color: rgb(90,19,15); }

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

border-color css

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

 span { border-color: rgb(90,19,15); }

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