Html Css Color HEX #A53802 Rust

📋 copy color: '#A53802'

red 165 ◦ green 56 ◦ blue 2

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

Shades of Rust #A53802

Tints of Rust #A53802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 73.99%
G = 25.11%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A53802 (or 0xA53802) is known color: Rust. HEX triplet: A5, 38 and 02. RGB value is (165,56,2). Sum of RGB (Red+Green+Blue) = 165+56+2=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A53802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53802 is #5AC7FD. Grayscale: #525252. Windows color (decimal): -5949438 or 145573. OLE color: 145573.

HSL color Cylindrical-coordinate representation of color #A53802: hue angle of 19.88º 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 #A53802 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 2 -
CMYK 0 0.66 0.99 0.35
HSL 19.88º 0.98% 0.33% -
HSV(B) 19.88º 0.99% 0.65% -
XYZ 16.94 10.83 1.26 -
YUV 82.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 165 56 2 0 0.66 0.99 0.35 19.88 0.98 0.33
Hex A5 38 2 0 42 63 23 14 62 21
Octal 245 70 2 0 102 143 43 24 142 41
Binary 10100101 111000 10 0 1000010 1100011 100011 10100 1100010 100001

Color Harmonies of #A53802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53802

Black with #A53802

Text Example


Text Example

White with #A53802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53802; }

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

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

background-color css

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

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

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

border-color css

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

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

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