Html Css Color HEX #A52C03 Rust

📋 copy color: '#A52C03'

red 165 ◦ green 44 ◦ blue 3

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

Shades of Rust #A52C03

Tints of Rust #A52C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

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

R = 77.83%
G = 20.75%
B = 1.42%

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

#A52C03 (or 0xA52C03) is known color: Rust. HEX triplet: A5, 2C and 03. RGB value is (165,44,3). Sum of RGB (Red+Green+Blue) = 165+44+3=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C03 is #5AD3FC. Grayscale: #4B4B4B. Windows color (decimal): -5952509 or 208037. OLE color: 208037.

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

Color convert

RGB 165 44 3 -
CMYK 0 0.73 0.98 0.35
HSL 15.19º 0.96% 0.33% -
HSV(B) 15.19º 0.98% 0.65% -
XYZ 16.43 9.81 1.11 -
YUV 75.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 165 44 3 0 0.73 0.98 0.35 15.19 0.96 0.33
Hex A5 2C 3 0 49 62 23 F 60 21
Octal 245 54 3 0 111 142 43 17 140 41
Binary 10100101 101100 11 0 1001001 1100010 100011 1111 1100000 100001

Color Harmonies of #A52C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C03

Black with #A52C03

Text Example


Text Example

White with #A52C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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