Html Css Color HEX #53180D Red Oxide

📋 copy color: '#53180D'

red 83 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #53180D

Tints of Red Oxide #53180D

RGB

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

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

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

R = 69.17%
G = 20%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53180D (or 0x53180D) is known color: Red Oxide. HEX triplet: 53, 18 and 0D. RGB value is (83,24,13). Sum of RGB (Red+Green+Blue) = 83+24+13=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53180D is #ACE7F2. Grayscale: #282828. Windows color (decimal): -11331571 or 858195. OLE color: 858195.

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

Color convert

RGB 83 24 13 -
CMYK 0 0.71 0.84 0.67
HSL 9.43º 0.73% 0.19% -
HSV(B) 9.43º 0.84% 0.33% -
XYZ 3.97 2.52 0.66 -
YUV 40.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 83 24 13 0 0.71 0.84 0.67 9.43 0.73 0.19
Hex 53 18 D 0 47 54 43 9 49 13
Octal 123 30 15 0 107 124 103 11 111 23
Binary 1010011 11000 1101 0 1000111 1010100 1000011 1001 1001001 10011

Color Harmonies of #53180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53180D

Black with #53180D

Text Example


Text Example

White with #53180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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