Html Css Color HEX #53160E Red Oxide

📋 copy color: '#53160E'

red 83 ◦ green 22 ◦ blue 14

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

Shades of Red Oxide #53160E

Tints of Red Oxide #53160E

RGB

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

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

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

R = 69.75%
G = 18.49%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53160E (or 0x53160E) is known color: Red Oxide. HEX triplet: 53, 16 and 0E. RGB value is (83,22,14). Sum of RGB (Red+Green+Blue) = 83+22+14=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53160E is #ACE9F1. Grayscale: #272727. Windows color (decimal): -11332082 or 923219. OLE color: 923219.

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

Color convert

RGB 83 22 14 -
CMYK 0 0.73 0.83 0.67
HSL 6.96º 0.71% 0.19% -
HSV(B) 6.96º 0.83% 0.33% -
XYZ 3.93 2.44 0.68 -
YUV 39.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 83 22 14 0 0.73 0.83 0.67 6.96 0.71 0.19
Hex 53 16 E 0 49 53 43 7 47 13
Octal 123 26 16 0 111 123 103 7 107 23
Binary 1010011 10110 1110 0 1001001 1010011 1000011 111 1000111 10011

Color Harmonies of #53160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53160E

Black with #53160E

Text Example


Text Example

White with #53160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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