Html Css Color HEX #A53D01 Rust

📋 copy color: '#A53D01'

red 165 ◦ green 61 ◦ blue 1

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

Shades of Rust #A53D01

Tints of Rust #A53D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 72.69%
G = 26.87%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A53D01 (or 0xA53D01) is known color: Rust. HEX triplet: A5, 3D and 01. RGB value is (165,61,1). Sum of RGB (Red+Green+Blue) = 165+61+1=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53D01 is #5AC2FE. Grayscale: #555555. Windows color (decimal): -5948159 or 81317. OLE color: 81317.

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

Color convert

RGB 165 61 1 -
CMYK 0 0.63 0.99 0.35
HSL 21.95º 0.99% 0.33% -
HSV(B) 21.95º 0.99% 0.65% -
XYZ 17.19 11.34 1.31 -
YUV 85.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 165 61 1 0 0.63 0.99 0.35 21.95 0.99 0.33
Hex A5 3D 1 0 3F 63 23 16 63 21
Octal 245 75 1 0 77 143 43 26 143 41
Binary 10100101 111101 1 0 111111 1100011 100011 10110 1100011 100001

Color Harmonies of #A53D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D01

Black with #A53D01

Text Example


Text Example

White with #A53D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D01; }

 p { color: rgb(165,61,1); }

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

background-color css

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

 a { background-color: rgb(165,61,1); }

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

border-color css

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

 span { border-color: rgb(165,61,1); }

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