Html Css Color HEX #A53403 Rust

📋 copy color: '#A53403'

red 165 ◦ green 52 ◦ blue 3

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

Shades of Rust #A53403

Tints of Rust #A53403

RGB

 RED value IS 165 (64.84% from 255) = 75%

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 75%
G = 23.64%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A53403 (or 0xA53403) is known color: Rust. HEX triplet: A5, 34 and 03. RGB value is (165,52,3). Sum of RGB (Red+Green+Blue) = 165+52+3=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A53403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53403 is #5ACBFC. Grayscale: #505050. Windows color (decimal): -5950461 or 210085. OLE color: 210085.

HSL color Cylindrical-coordinate representation of color #A53403: hue angle of 18.15º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A53403 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 52 3 -
CMYK 0 0.68 0.98 0.35
HSL 18.15º 0.96% 0.33% -
HSV(B) 18.15º 0.98% 0.65% -
XYZ 16.76 10.46 1.22 -
YUV 80.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 165 52 3 0 0.68 0.98 0.35 18.15 0.96 0.33
Hex A5 34 3 0 44 62 23 12 60 21
Octal 245 64 3 0 104 142 43 22 140 41
Binary 10100101 110100 11 0 1000100 1100010 100011 10010 1100000 100001

Color Harmonies of #A53403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53403

Black with #A53403

Text Example


Text Example

White with #A53403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53403; }

 p { color: rgb(165,52,3); }

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

background-color css

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

 a { background-color: rgb(165,52,3); }

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

border-color css

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

 span { border-color: rgb(165,52,3); }

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