Html Css Color HEX #A53D02 Rust

📋 copy color: '#A53D02'

red 165 ◦ green 61 ◦ blue 2

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

Shades of Rust #A53D02

Tints of Rust #A53D02

RGB

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

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

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

R = 72.37%
G = 26.75%
B = 0.88%

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

#A53D02 (or 0xA53D02) is known color: Rust. HEX triplet: A5, 3D and 02. RGB value is (165,61,2). Sum of RGB (Red+Green+Blue) = 165+61+2=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53D02 is #5AC2FD. Grayscale: #555555. Windows color (decimal): -5948158 or 146853. OLE color: 146853.

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

Color convert

RGB 165 61 2 -
CMYK 0 0.63 0.99 0.35
HSL 21.72º 0.98% 0.33% -
HSV(B) 21.72º 0.99% 0.65% -
XYZ 17.2 11.34 1.34 -
YUV 85.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 165 61 2 0 0.63 0.99 0.35 21.72 0.98 0.33
Hex A5 3D 2 0 3F 63 23 16 62 21
Octal 245 75 2 0 77 143 43 26 142 41
Binary 10100101 111101 10 0 111111 1100011 100011 10110 1100010 100001

Color Harmonies of #A53D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D02

Black with #A53D02

Text Example


Text Example

White with #A53D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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