Html Css Color HEX #A32800 Rust

📋 copy color: '#A32800'

red 163 ◦ green 40 ◦ blue 0

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

Shades of Rust #A32800

Tints of Rust #A32800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

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

R = 80.3%
G = 19.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A32800 (or 0xA32800) is known color: Rust. HEX triplet: A3, 28 and 00. RGB value is (163,40,0). Sum of RGB (Red+Green+Blue) = 163+40+0=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A32800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32800 is #5CD7FF. Grayscale: #484848. Windows color (decimal): -6084608 or 10403. OLE color: 10403.

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

Color convert

RGB 163 40 0 -
CMYK 0 0.75 1 0.36
HSL 14.72º 1% 0.32% -
HSV(B) 14.72º 1% 0.64% -
XYZ 15.86 9.3 0.96 -
YUV 72.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 163 40 0 0 0.75 1 0.36 14.72 1 0.32
Hex A3 28 0 0 4B 64 24 F 64 20
Octal 243 50 0 0 113 144 44 17 144 40
Binary 10100011 101000 0 0 1001011 1100100 100100 1111 1100100 100000

Color Harmonies of #A32800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32800

Black with #A32800

Text Example


Text Example

White with #A32800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32800; }

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

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

background-color css

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

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

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

border-color css

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

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

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