Html Css Color HEX #53060B Rustic Red

📋 copy color: '#53060B'

red 83 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #53060B

Tints of Rustic Red #53060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6%

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

R = 83%
G = 6%
B = 11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53060B (or 0x53060B) is known color: Rustic Red. HEX triplet: 53, 06 and 0B. RGB value is (83,6,11). Sum of RGB (Red+Green+Blue) = 83+6+11=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53060B is #ACF9F4. Grayscale: #1D1D1D. Windows color (decimal): -11336181 or 722515. OLE color: 722515.

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

Color convert

RGB 83 6 11 -
CMYK 0 0.93 0.87 0.67
HSL 356.1º 0.87% 0.17% -
HSV(B) 356.1º 0.93% 0.33% -
XYZ 3.69 1.99 0.51 -
YUV 29.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 83 6 11 0 0.93 0.87 0.67 356.1 0.87 0.17
Hex 53 6 B 0 5D 57 43 164 57 11
Octal 123 6 13 0 135 127 103 544 127 21
Binary 1010011 110 1011 0 1011101 1010111 1000011 101100100 1010111 10001

Color Harmonies of #53060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53060B

Black with #53060B

Text Example


Text Example

White with #53060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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