Html Css Color HEX #A32E02 Rust

📋 copy color: '#A32E02'

red 163 ◦ green 46 ◦ blue 2

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

Shades of Rust #A32E02

Tints of Rust #A32E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 77.25%
G = 21.8%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A32E02 (or 0xA32E02) is known color: Rust. HEX triplet: A3, 2E and 02. RGB value is (163,46,2). Sum of RGB (Red+Green+Blue) = 163+46+2=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32E02 is #5CD1FD. Grayscale: #4C4C4C. Windows color (decimal): -6083070 or 143011. OLE color: 143011.

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

Color convert

RGB 163 46 2 -
CMYK 0 0.72 0.99 0.36
HSL 16.4º 0.98% 0.32% -
HSV(B) 16.4º 0.99% 0.64% -
XYZ 16.09 9.74 1.09 -
YUV 75.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 163 46 2 0 0.72 0.99 0.36 16.4 0.98 0.32
Hex A3 2E 2 0 48 63 24 10 62 20
Octal 243 56 2 0 110 143 44 20 142 40
Binary 10100011 101110 10 0 1001000 1100011 100100 10000 1100010 100000

Color Harmonies of #A32E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E02

Black with #A32E02

Text Example


Text Example

White with #A32E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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