Html Css Color HEX #53180E Red Oxide

📋 copy color: '#53180E'

red 83 ◦ green 24 ◦ blue 14

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

Shades of Red Oxide #53180E

Tints of Red Oxide #53180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 68.6%
G = 19.83%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53180E (or 0x53180E) is known color: Red Oxide. HEX triplet: 53, 18 and 0E. RGB value is (83,24,14). Sum of RGB (Red+Green+Blue) = 83+24+14=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53180E is #ACE7F1. Grayscale: #282828. Windows color (decimal): -11331570 or 923731. OLE color: 923731.

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

Color convert

RGB 83 24 14 -
CMYK 0 0.71 0.83 0.67
HSL 8.7º 0.71% 0.19% -
HSV(B) 8.7º 0.83% 0.33% -
XYZ 3.97 2.52 0.69 -
YUV 40.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 83 24 14 0 0.71 0.83 0.67 8.7 0.71 0.19
Hex 53 18 E 0 47 53 43 9 47 13
Octal 123 30 16 0 107 123 103 11 107 23
Binary 1010011 11000 1110 0 1000111 1010011 1000011 1001 1000111 10011

Color Harmonies of #53180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53180E

Black with #53180E

Text Example


Text Example

White with #53180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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