Html Css Color HEX #A23911 Rust

📋 copy color: '#A23911'

red 162 ◦ green 57 ◦ blue 17

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

Shades of Rust #A23911

Tints of Rust #A23911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

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

R = 68.64%
G = 24.15%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A23911 (or 0xA23911) is known color: Rust. HEX triplet: A2, 39 and 11. RGB value is (162,57,17). Sum of RGB (Red+Green+Blue) = 162+57+17=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23911 is #5DC6EE. Grayscale: #545454. Windows color (decimal): -6145775 or 1128866. OLE color: 1128866.

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

Color convert

RGB 162 57 17 -
CMYK 0 0.65 0.90 0.36
HSL 16.55º 0.81% 0.35% -
HSV(B) 16.55º 0.9% 0.64% -
XYZ 16.46 10.65 1.72 -
YUV 83.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 162 57 17 0 0.65 0.90 0.36 16.55 0.81 0.35
Hex A2 39 11 0 41 5A 24 11 51 23
Octal 242 71 21 0 101 132 44 21 121 43
Binary 10100010 111001 10001 0 1000001 1011010 100100 10001 1010001 100011

Color Harmonies of #A23911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23911

Black with #A23911

Text Example


Text Example

White with #A23911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23911; }

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

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

background-color css

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

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

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

border-color css

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

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

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