Html Css Color HEX #A52D03 Rust

📋 copy color: '#A52D03'

red 165 ◦ green 45 ◦ blue 3

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

Shades of Rust #A52D03

Tints of Rust #A52D03

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.13%

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 77.46%
G = 21.13%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52D03 (or 0xA52D03) is known color: Rust. HEX triplet: A5, 2D and 03. RGB value is (165,45,3). Sum of RGB (Red+Green+Blue) = 165+45+3=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D03 is #5AD2FC. Grayscale: #4C4C4C. Windows color (decimal): -5952253 or 208293. OLE color: 208293.

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

Color convert

RGB 165 45 3 -
CMYK 0 0.73 0.98 0.35
HSL 15.56º 0.96% 0.33% -
HSV(B) 15.56º 0.98% 0.65% -
XYZ 16.47 9.88 1.13 -
YUV 76.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 165 45 3 0 0.73 0.98 0.35 15.56 0.96 0.33
Hex A5 2D 3 0 49 62 23 10 60 21
Octal 245 55 3 0 111 142 43 20 140 41
Binary 10100101 101101 11 0 1001001 1100010 100011 10000 1100000 100001

Color Harmonies of #A52D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D03

Black with #A52D03

Text Example


Text Example

White with #A52D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D03; }

 p { color: rgb(165,45,3); }

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

background-color css

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

 a { background-color: rgb(165,45,3); }

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

border-color css

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

 span { border-color: rgb(165,45,3); }

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