Html Css Color HEX #A32200 Rust

📋 copy color: '#A32200'

red 163 ◦ green 34 ◦ blue 0

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

Shades of Rust #A32200

Tints of Rust #A32200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 82.74%
G = 17.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A32200 (or 0xA32200) is known color: Rust. HEX triplet: A3, 22 and 00. RGB value is (163,34,0). Sum of RGB (Red+Green+Blue) = 163+34+0=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A32200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32200 is #5CDDFF. Grayscale: #444444. Windows color (decimal): -6086144 or 8867. OLE color: 8867.

HSL color Cylindrical-coordinate representation of color #A32200: hue angle of 12.52º 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 #A32200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 0 -
CMYK 0 0.79 1 0.36
HSL 12.52º 1% 0.32% -
HSV(B) 12.52º 1% 0.64% -
XYZ 15.68 8.93 0.9 -
YUV 68.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 163 34 0 0 0.79 1 0.36 12.52 1 0.32
Hex A3 22 0 0 4F 64 24 D 64 20
Octal 243 42 0 0 117 144 44 15 144 40
Binary 10100011 100010 0 0 1001111 1100100 100100 1101 1100100 100000

Color Harmonies of #A32200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32200

Black with #A32200

Text Example


Text Example

White with #A32200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32200; }

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

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

background-color css

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

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

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

border-color css

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

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

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