Html Css Color HEX #A23511 Rust

📋 copy color: '#A23511'

red 162 ◦ green 53 ◦ blue 17

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

Shades of Rust #A23511

Tints of Rust #A23511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

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

R = 69.83%
G = 22.84%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A23511 (or 0xA23511) is known color: Rust. HEX triplet: A2, 35 and 11. RGB value is (162,53,17). Sum of RGB (Red+Green+Blue) = 162+53+17=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23511 is #5DCAEE. Grayscale: #515151. Windows color (decimal): -6146799 or 1127842. OLE color: 1127842.

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

Color convert

RGB 162 53 17 -
CMYK 0 0.67 0.90 0.36
HSL 14.9º 0.81% 0.35% -
HSV(B) 14.9º 0.9% 0.64% -
XYZ 16.27 10.27 1.65 -
YUV 81.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 162 53 17 0 0.67 0.90 0.36 14.9 0.81 0.35
Hex A2 35 11 0 43 5A 24 F 51 23
Octal 242 65 21 0 103 132 44 17 121 43
Binary 10100010 110101 10001 0 1000011 1011010 100100 1111 1010001 100011

Color Harmonies of #A23511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23511

Black with #A23511

Text Example


Text Example

White with #A23511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23511; }

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

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

background-color css

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

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

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

border-color css

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

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

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