Html Css Color HEX #53010B Rustic Red

📋 copy color: '#53010B'

red 83 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #53010B

Tints of Rustic Red #53010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.05%

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

R = 87.37%
G = 1.05%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53010B (or 0x53010B) is known color: Rustic Red. HEX triplet: 53, 01 and 0B. RGB value is (83,1,11). Sum of RGB (Red+Green+Blue) = 83+1+11=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #53010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010B is #ACFEF4. Grayscale: #1A1A1A. Windows color (decimal): -11337461 or 721235. OLE color: 721235.

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

Color convert

RGB 83 1 11 -
CMYK 0 0.99 0.87 0.67
HSL 352.68º 0.98% 0.16% -
HSV(B) 352.68º 0.99% 0.33% -
XYZ 3.64 1.88 0.49 -
YUV 26.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 83 1 11 0 0.99 0.87 0.67 352.68 0.98 0.16
Hex 53 1 B 0 63 57 43 161 62 10
Octal 123 1 13 0 143 127 103 541 142 20
Binary 1010011 1 1011 0 1100011 1010111 1000011 101100001 1100010 10000

Color Harmonies of #53010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53010B

Black with #53010B

Text Example


Text Example

White with #53010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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