Html Css Color HEX #A53F04 Rust

📋 copy color: '#A53F04'

red 165 ◦ green 63 ◦ blue 4

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

Shades of Rust #A53F04

Tints of Rust #A53F04

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 71.12%
G = 27.16%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A53F04 (or 0xA53F04) is known color: Rust. HEX triplet: A5, 3F and 04. RGB value is (165,63,4). Sum of RGB (Red+Green+Blue) = 165+63+4=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53F04 is #5AC0FB. Grayscale: #575757. Windows color (decimal): -5947644 or 278437. OLE color: 278437.

HSL color Cylindrical-coordinate representation of color #A53F04: hue angle of 21.99º degrees, saturation: 0.95, 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 #A53F04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 63 4 -
CMYK 0 0.62 0.98 0.35
HSL 21.99º 0.95% 0.33% -
HSV(B) 21.99º 0.98% 0.65% -
XYZ 17.32 11.56 1.43 -
YUV 86.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 165 63 4 0 0.62 0.98 0.35 21.99 0.95 0.33
Hex A5 3F 4 0 3E 62 23 16 5F 21
Octal 245 77 4 0 76 142 43 26 137 41
Binary 10100101 111111 100 0 111110 1100010 100011 10110 1011111 100001

Color Harmonies of #A53F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F04

Black with #A53F04

Text Example


Text Example

White with #A53F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F04; }

 p { color: rgb(165,63,4); }

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

background-color css

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

 a { background-color: rgb(165,63,4); }

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

border-color css

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

 span { border-color: rgb(165,63,4); }

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