Html Css Color HEX #A32E04 Rust

📋 copy color: '#A32E04'

red 163 ◦ green 46 ◦ blue 4

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

Shades of Rust #A32E04

Tints of Rust #A32E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.6%

 BLUE value IS 4 (1.95% from 255) = 1.88%

R = 76.53%
G = 21.6%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A32E04 (or 0xA32E04) is known color: Rust. HEX triplet: A3, 2E and 04. RGB value is (163,46,4). Sum of RGB (Red+Green+Blue) = 163+46+4=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32E04 is #5CD1FB. Grayscale: #4C4C4C. Windows color (decimal): -6083068 or 274083. OLE color: 274083.

HSL color Cylindrical-coordinate representation of color #A32E04: hue angle of 15.85º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A32E04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 46 4 -
CMYK 0 0.72 0.98 0.36
HSL 15.85º 0.95% 0.33% -
HSV(B) 15.85º 0.98% 0.64% -
XYZ 16.1 9.75 1.15 -
YUV 76.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 163 46 4 0 0.72 0.98 0.36 15.85 0.95 0.33
Hex A3 2E 4 0 48 62 24 10 5F 21
Octal 243 56 4 0 110 142 44 20 137 41
Binary 10100011 101110 100 0 1001000 1100010 100100 10000 1011111 100001

Color Harmonies of #A32E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E04

Black with #A32E04

Text Example


Text Example

White with #A32E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E04; }

 p { color: rgb(163,46,4); }

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

background-color css

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

 a { background-color: rgb(163,46,4); }

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

border-color css

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

 span { border-color: rgb(163,46,4); }

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