Html Css Color HEX #53120D Red Oxide

📋 copy color: '#53120D'

red 83 ◦ green 18 ◦ blue 13

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

Shades of Red Oxide #53120D

Tints of Red Oxide #53120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.4%

R = 72.81%
G = 15.79%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53120D (or 0x53120D) is known color: Red Oxide. HEX triplet: 53, 12 and 0D. RGB value is (83,18,13). Sum of RGB (Red+Green+Blue) = 83+18+13=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53120D is #ACEDF2. Grayscale: #242424. Windows color (decimal): -11333107 or 856659. OLE color: 856659.

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

Color convert

RGB 83 18 13 -
CMYK 0 0.78 0.84 0.67
HSL 4.29º 0.73% 0.19% -
HSV(B) 4.29º 0.84% 0.33% -
XYZ 3.86 2.3 0.62 -
YUV 36.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 83 18 13 0 0.78 0.84 0.67 4.29 0.73 0.19
Hex 53 12 D 0 4E 54 43 4 49 13
Octal 123 22 15 0 116 124 103 4 111 23
Binary 1010011 10010 1101 0 1001110 1010100 1000011 100 1001001 10011

Color Harmonies of #53120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53120D

Black with #53120D

Text Example


Text Example

White with #53120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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