Html Css Color HEX #53130A Red Oxide

📋 copy color: '#53130A'

red 83 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #53130A

Tints of Red Oxide #53130A

RGB

 RED value IS 83 (32.81% from 255) = 74.11%

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

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 74.11%
G = 16.96%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53130A (or 0x53130A) is known color: Red Oxide. HEX triplet: 53, 13 and 0A. RGB value is (83,19,10). Sum of RGB (Red+Green+Blue) = 83+19+10=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53130A is #ACECF5. Grayscale: #252525. Windows color (decimal): -11332854 or 660307. OLE color: 660307.

HSL color Cylindrical-coordinate representation of color #53130A: hue angle of 7.4º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53130A is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 10 -
CMYK 0 0.77 0.88 0.67
HSL 7.4º 0.78% 0.18% -
HSV(B) 7.4º 0.88% 0.33% -
XYZ 3.85 2.33 0.53 -
YUV 37.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 83 19 10 0 0.77 0.88 0.67 7.4 0.78 0.18
Hex 53 13 A 0 4D 58 43 7 4E 12
Octal 123 23 12 0 115 130 103 7 116 22
Binary 1010011 10011 1010 0 1001101 1011000 1000011 111 1001110 10010

Color Harmonies of #53130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53130A

Black with #53130A

Text Example


Text Example

White with #53130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53130A; }

 p { color: rgb(83,19,10); }

 H1.HeaderClassName
 {
   color: #53130A;
 }
 .AnyTagClassName
 {
   color: #53130A;
 }
</style>

background-color css

<style>
 a { background-color: #53130A; }

 a { background-color: rgb(83,19,10); }

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

border-color css

<style>
 span { border-color: #53130A; }

 span { border-color: rgb(83,19,10); }

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