Html Css Color HEX #53070B Rustic Red

📋 copy color: '#53070B'

red 83 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #53070B

Tints of Rustic Red #53070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.93%

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

R = 82.18%
G = 6.93%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53070B (or 0x53070B) is known color: Rustic Red. HEX triplet: 53, 07 and 0B. RGB value is (83,7,11). Sum of RGB (Red+Green+Blue) = 83+7+11=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #53070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070B is #ACF8F4. Grayscale: #1E1E1E. Windows color (decimal): -11335925 or 722771. OLE color: 722771.

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

Color convert

RGB 83 7 11 -
CMYK 0 0.92 0.87 0.67
HSL 356.84º 0.84% 0.18% -
HSV(B) 356.84º 0.92% 0.33% -
XYZ 3.7 2.02 0.51 -
YUV 30.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 83 7 11 0 0.92 0.87 0.67 356.84 0.84 0.18
Hex 53 7 B 0 5C 57 43 165 54 12
Octal 123 7 13 0 134 127 103 545 124 22
Binary 1010011 111 1011 0 1011100 1010111 1000011 101100101 1010100 10010

Color Harmonies of #53070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53070B

Black with #53070B

Text Example


Text Example

White with #53070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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