Html Css Color HEX #A32A00 Rust

📋 copy color: '#A32A00'

red 163 ◦ green 42 ◦ blue 0

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

Shades of Rust #A32A00

Tints of Rust #A32A00

RGB

 RED value IS 163 (64.06% from 255) = 79.51%

 GREEN value IS 42 (16.8% from 255) = 20.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.51%
G = 20.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A32A00 (or 0xA32A00) is known color: Rust. HEX triplet: A3, 2A and 00. RGB value is (163,42,0). Sum of RGB (Red+Green+Blue) = 163+42+0=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A00 is #5CD5FF. Grayscale: #494949. Windows color (decimal): -6084096 or 10915. OLE color: 10915.

HSL color Cylindrical-coordinate representation of color #A32A00: hue angle of 15.46º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A32A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 42 0 -
CMYK 0 0.74 1 0.36
HSL 15.46º 1% 0.32% -
HSV(B) 15.46º 1% 0.64% -
XYZ 15.93 9.44 0.98 -
YUV 73.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 163 42 0 0 0.74 1 0.36 15.46 1 0.32
Hex A3 2A 0 0 4A 64 24 F 64 20
Octal 243 52 0 0 112 144 44 17 144 40
Binary 10100011 101010 0 0 1001010 1100100 100100 1111 1100100 100000

Color Harmonies of #A32A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32A00

Black with #A32A00

Text Example


Text Example

White with #A32A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32A00; }

 p { color: rgb(163,42,0); }

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

background-color css

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

 a { background-color: rgb(163,42,0); }

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

border-color css

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

 span { border-color: rgb(163,42,0); }

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