Html Css Color HEX #53160D Red Oxide

📋 copy color: '#53160D'

red 83 ◦ green 22 ◦ blue 13

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

Shades of Red Oxide #53160D

Tints of Red Oxide #53160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.64%

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

R = 70.34%
G = 18.64%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53160D (or 0x53160D) is known color: Red Oxide. HEX triplet: 53, 16 and 0D. RGB value is (83,22,13). Sum of RGB (Red+Green+Blue) = 83+22+13=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53160D is #ACE9F2. Grayscale: #272727. Windows color (decimal): -11332083 or 857683. OLE color: 857683.

HSL color Cylindrical-coordinate representation of color #53160D: hue angle of 7.71º 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 #53160D is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 13 -
CMYK 0 0.73 0.84 0.67
HSL 7.71º 0.73% 0.19% -
HSV(B) 7.71º 0.84% 0.33% -
XYZ 3.93 2.44 0.65 -
YUV 39.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 83 22 13 0 0.73 0.84 0.67 7.71 0.73 0.19
Hex 53 16 D 0 49 54 43 8 49 13
Octal 123 26 15 0 111 124 103 10 111 23
Binary 1010011 10110 1101 0 1001001 1010100 1000011 1000 1001001 10011

Color Harmonies of #53160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53160D

Black with #53160D

Text Example


Text Example

White with #53160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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