Html Css Color HEX #53090D Rustic Red

📋 copy color: '#53090D'

red 83 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #53090D

Tints of Rustic Red #53090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

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

R = 79.05%
G = 8.57%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53090D (or 0x53090D) is known color: Rustic Red. HEX triplet: 53, 09 and 0D. RGB value is (83,9,13). Sum of RGB (Red+Green+Blue) = 83+9+13=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #53090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090D is #ACF6F2. Grayscale: #1F1F1F. Windows color (decimal): -11335411 or 854355. OLE color: 854355.

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

Color convert

RGB 83 9 13 -
CMYK 0 0.89 0.84 0.67
HSL 356.76º 0.8% 0.18% -
HSV(B) 356.76º 0.89% 0.33% -
XYZ 3.74 2.06 0.58 -
YUV 31.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 83 9 13 0 0.89 0.84 0.67 356.76 0.8 0.18
Hex 53 9 D 0 59 54 43 165 50 12
Octal 123 11 15 0 131 124 103 545 120 22
Binary 1010011 1001 1101 0 1011001 1010100 1000011 101100101 1010000 10010

Color Harmonies of #53090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53090D

Black with #53090D

Text Example


Text Example

White with #53090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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