Html Css Color HEX #53180B Red Oxide

📋 copy color: '#53180B'

red 83 ◦ green 24 ◦ blue 11

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

Shades of Red Oxide #53180B

Tints of Red Oxide #53180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.32%

R = 70.34%
G = 20.34%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53180B (or 0x53180B) is known color: Red Oxide. HEX triplet: 53, 18 and 0B. RGB value is (83,24,11). Sum of RGB (Red+Green+Blue) = 83+24+11=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53180B is #ACE7F4. Grayscale: #282828. Windows color (decimal): -11331573 or 727123. OLE color: 727123.

HSL color Cylindrical-coordinate representation of color #53180B: hue angle of 10.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53180B is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 11 -
CMYK 0 0.71 0.87 0.67
HSL 10.83º 0.77% 0.18% -
HSV(B) 10.83º 0.87% 0.33% -
XYZ 3.95 2.52 0.59 -
YUV 40.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 83 24 11 0 0.71 0.87 0.67 10.83 0.77 0.18
Hex 53 18 B 0 47 57 43 B 4D 12
Octal 123 30 13 0 107 127 103 13 115 22
Binary 1010011 11000 1011 0 1000111 1010111 1000011 1011 1001101 10010

Color Harmonies of #53180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53180B

Black with #53180B

Text Example


Text Example

White with #53180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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