Html Css Color HEX #A43811 Rust

📋 copy color: '#A43811'

red 164 ◦ green 56 ◦ blue 17

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

Shades of Rust #A43811

Tints of Rust #A43811

RGB

 RED value IS 164 (64.45% from 255) = 69.2%

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 69.2%
G = 23.63%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A43811 (or 0xA43811) is known color: Rust. HEX triplet: A4, 38 and 11. RGB value is (164,56,17). Sum of RGB (Red+Green+Blue) = 164+56+17=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A43811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43811 is #5BC7EE. Grayscale: #545454. Windows color (decimal): -6014959 or 1128612. OLE color: 1128612.

HSL color Cylindrical-coordinate representation of color #A43811: hue angle of 15.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A43811 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 17 -
CMYK 0 0.66 0.90 0.36
HSL 15.92º 0.81% 0.35% -
HSV(B) 15.92º 0.9% 0.64% -
XYZ 16.83 10.76 1.72 -
YUV 83.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 164 56 17 0 0.66 0.90 0.36 15.92 0.81 0.35
Hex A4 38 11 0 42 5A 24 10 51 23
Octal 244 70 21 0 102 132 44 20 121 43
Binary 10100100 111000 10001 0 1000010 1011010 100100 10000 1010001 100011

Color Harmonies of #A43811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43811

Black with #A43811

Text Example


Text Example

White with #A43811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43811; }

 p { color: rgb(164,56,17); }

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

background-color css

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

 a { background-color: rgb(164,56,17); }

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

border-color css

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

 span { border-color: rgb(164,56,17); }

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