Html Css Color HEX #A32F0D Rust

📋 copy color: '#A32F0D'

red 163 ◦ green 47 ◦ blue 13

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

Shades of Rust #A32F0D

Tints of Rust #A32F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 73.09%
G = 21.08%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A32F0D (or 0xA32F0D) is known color: Rust. HEX triplet: A3, 2F and 0D. RGB value is (163,47,13). Sum of RGB (Red+Green+Blue) = 163+47+13=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32F0D is #5CD0F2. Grayscale: #4E4E4E. Windows color (decimal): -6082803 or 864163. OLE color: 864163.

HSL color Cylindrical-coordinate representation of color #A32F0D: hue angle of 13.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A32F0D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 47 13 -
CMYK 0 0.71 0.92 0.36
HSL 13.6º 0.85% 0.35% -
HSV(B) 13.6º 0.92% 0.64% -
XYZ 16.19 9.85 1.43 -
YUV 77.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 163 47 13 0 0.71 0.92 0.36 13.6 0.85 0.35
Hex A3 2F D 0 47 5C 24 E 55 23
Octal 243 57 15 0 107 134 44 16 125 43
Binary 10100011 101111 1101 0 1000111 1011100 100100 1110 1010101 100011

Color Harmonies of #A32F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F0D

Black with #A32F0D

Text Example


Text Example

White with #A32F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F0D; }

 p { color: rgb(163,47,13); }

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

background-color css

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

 a { background-color: rgb(163,47,13); }

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

border-color css

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

 span { border-color: rgb(163,47,13); }

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