Html Css Color HEX #A53502 Rust

📋 copy color: '#A53502'

red 165 ◦ green 53 ◦ blue 2

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

Shades of Rust #A53502

Tints of Rust #A53502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 75%
G = 24.09%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A53502 (or 0xA53502) is known color: Rust. HEX triplet: A5, 35 and 02. RGB value is (165,53,2). Sum of RGB (Red+Green+Blue) = 165+53+2=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A53502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53502 is #5ACAFD. Grayscale: #505050. Windows color (decimal): -5950206 or 144805. OLE color: 144805.

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

Color convert

RGB 165 53 2 -
CMYK 0 0.68 0.99 0.35
HSL 18.77º 0.98% 0.33% -
HSV(B) 18.77º 0.99% 0.65% -
XYZ 16.8 10.55 1.21 -
YUV 80.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 165 53 2 0 0.68 0.99 0.35 18.77 0.98 0.33
Hex A5 35 2 0 44 63 23 13 62 21
Octal 245 65 2 0 104 143 43 23 142 41
Binary 10100101 110101 10 0 1000100 1100011 100011 10011 1100010 100001

Color Harmonies of #A53502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53502

Black with #A53502

Text Example


Text Example

White with #A53502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53502; }

 p { color: rgb(165,53,2); }

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

background-color css

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

 a { background-color: rgb(165,53,2); }

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

border-color css

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

 span { border-color: rgb(165,53,2); }

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