Html Css Color HEX #53070A Rustic Red

📋 copy color: '#53070A'

red 83 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #53070A

Tints of Rustic Red #53070A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10%

R = 83%
G = 7%
B = 10%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53070A (or 0x53070A) is known color: Rustic Red. HEX triplet: 53, 07 and 0A. RGB value is (83,7,10). Sum of RGB (Red+Green+Blue) = 83+7+10=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070A is #ACF8F5. Grayscale: #1E1E1E. Windows color (decimal): -11335926 or 657235. OLE color: 657235.

HSL color Cylindrical-coordinate representation of color #53070A: hue angle of 357.63º 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 #53070A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 7 10 -
CMYK 0 0.92 0.88 0.67
HSL 357.63º 0.84% 0.18% -
HSV(B) 357.63º 0.92% 0.33% -
XYZ 3.7 2.01 0.48 -
YUV 30.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 83 7 10 0 0.92 0.88 0.67 357.63 0.84 0.18
Hex 53 7 A 0 5C 58 43 166 54 12
Octal 123 7 12 0 134 130 103 546 124 22
Binary 1010011 111 1010 0 1011100 1011000 1000011 101100110 1010100 10010

Color Harmonies of #53070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53070A

Black with #53070A

Text Example


Text Example

White with #53070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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