Html Css Color HEX #A32C0F Rust

📋 copy color: '#A32C0F'

red 163 ◦ green 44 ◦ blue 15

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

Shades of Rust #A32C0F

Tints of Rust #A32C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 73.42%
G = 19.82%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A32C0F (or 0xA32C0F) is known color: Rust. HEX triplet: A3, 2C and 0F. RGB value is (163,44,15). Sum of RGB (Red+Green+Blue) = 163+44+15=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C0F is #5CD3F0. Grayscale: #4C4C4C. Windows color (decimal): -6083569 or 994467. OLE color: 994467.

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

Color convert

RGB 163 44 15 -
CMYK 0 0.73 0.91 0.36
HSL 11.76º 0.83% 0.35% -
HSV(B) 11.76º 0.91% 0.64% -
XYZ 16.09 9.62 1.46 -
YUV 76.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 163 44 15 0 0.73 0.91 0.36 11.76 0.83 0.35
Hex A3 2C F 0 49 5B 24 C 53 23
Octal 243 54 17 0 111 133 44 14 123 43
Binary 10100011 101100 1111 0 1001001 1011011 100100 1100 1010011 100011

Color Harmonies of #A32C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C0F

Black with #A32C0F

Text Example


Text Example

White with #A32C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C0F; }

 p { color: rgb(163,44,15); }

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

background-color css

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

 a { background-color: rgb(163,44,15); }

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

border-color css

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

 span { border-color: rgb(163,44,15); }

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