Html Css Color HEX #53120E Red Oxide

📋 copy color: '#53120E'

red 83 ◦ green 18 ◦ blue 14

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

Shades of Red Oxide #53120E

Tints of Red Oxide #53120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

 BLUE value IS 14 (5.86% from 255) = 12.17%

R = 72.17%
G = 15.65%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53120E (or 0x53120E) is known color: Red Oxide. HEX triplet: 53, 12 and 0E. RGB value is (83,18,14). Sum of RGB (Red+Green+Blue) = 83+18+14=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53120E is #ACEDF1. Grayscale: #252525. Windows color (decimal): -11333106 or 922195. OLE color: 922195.

HSL color Cylindrical-coordinate representation of color #53120E: hue angle of 3.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53120E is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 14 -
CMYK 0 0.78 0.83 0.67
HSL 3.48º 0.71% 0.19% -
HSV(B) 3.48º 0.83% 0.33% -
XYZ 3.86 2.3 0.66 -
YUV 36.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 83 18 14 0 0.78 0.83 0.67 3.48 0.71 0.19
Hex 53 12 E 0 4E 53 43 3 47 13
Octal 123 22 16 0 116 123 103 3 107 23
Binary 1010011 10010 1110 0 1001110 1010011 1000011 11 1000111 10011

Color Harmonies of #53120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53120E

Black with #53120E

Text Example


Text Example

White with #53120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53120E; }

 p { color: rgb(83,18,14); }

 H1.HeaderClassName
 {
   color: #53120E;
 }
 .AnyTagClassName
 {
   color: #53120E;
 }
</style>

background-color css

<style>
 a { background-color: #53120E; }

 a { background-color: rgb(83,18,14); }

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

border-color css

<style>
 span { border-color: #53120E; }

 span { border-color: rgb(83,18,14); }

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