Html Css Color HEX #A23211 Rust

📋 copy color: '#A23211'

red 162 ◦ green 50 ◦ blue 17

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

Shades of Rust #A23211

Tints of Rust #A23211

RGB

 RED value IS 162 (63.67% from 255) = 70.74%

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 70.74%
G = 21.83%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A23211 (or 0xA23211) is known color: Rust. HEX triplet: A2, 32 and 11. RGB value is (162,50,17). Sum of RGB (Red+Green+Blue) = 162+50+17=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A23211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23211 is #5DCDEE. Grayscale: #4F4F4F. Windows color (decimal): -6147567 or 1127074. OLE color: 1127074.

HSL color Cylindrical-coordinate representation of color #A23211: hue angle of 13.66º 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 #A23211 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 17 -
CMYK 0 0.69 0.90 0.36
HSL 13.66º 0.81% 0.35% -
HSV(B) 13.66º 0.9% 0.64% -
XYZ 16.14 10 1.61 -
YUV 79.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 162 50 17 0 0.69 0.90 0.36 13.66 0.81 0.35
Hex A2 32 11 0 45 5A 24 E 51 23
Octal 242 62 21 0 105 132 44 16 121 43
Binary 10100010 110010 10001 0 1000101 1011010 100100 1110 1010001 100011

Color Harmonies of #A23211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23211

Black with #A23211

Text Example


Text Example

White with #A23211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23211; }

 p { color: rgb(162,50,17); }

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

background-color css

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

 a { background-color: rgb(162,50,17); }

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

border-color css

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

 span { border-color: rgb(162,50,17); }

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