Html Css Color HEX #A52F03 Rust

📋 copy color: '#A52F03'

red 165 ◦ green 47 ◦ blue 3

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

Shades of Rust #A52F03

Tints of Rust #A52F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

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

R = 76.74%
G = 21.86%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52F03 (or 0xA52F03) is known color: Rust. HEX triplet: A5, 2F and 03. RGB value is (165,47,3). Sum of RGB (Red+Green+Blue) = 165+47+3=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F03 is #5AD0FC. Grayscale: #4D4D4D. Windows color (decimal): -5951741 or 208805. OLE color: 208805.

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

Color convert

RGB 165 47 3 -
CMYK 0 0.72 0.98 0.35
HSL 16.3º 0.96% 0.33% -
HSV(B) 16.3º 0.98% 0.65% -
XYZ 16.55 10.04 1.15 -
YUV 77.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 165 47 3 0 0.72 0.98 0.35 16.3 0.96 0.33
Hex A5 2F 3 0 48 62 23 10 60 21
Octal 245 57 3 0 110 142 43 20 140 41
Binary 10100101 101111 11 0 1001000 1100010 100011 10000 1100000 100001

Color Harmonies of #A52F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F03

Black with #A52F03

Text Example


Text Example

White with #A52F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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