Html Css Color HEX #A23D11 Rust

📋 copy color: '#A23D11'

red 162 ◦ green 61 ◦ blue 17

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

Shades of Rust #A23D11

Tints of Rust #A23D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.42%

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

R = 67.5%
G = 25.42%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A23D11 (or 0xA23D11) is known color: Rust. HEX triplet: A2, 3D and 11. RGB value is (162,61,17). Sum of RGB (Red+Green+Blue) = 162+61+17=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23D11 is #5DC2EE. Grayscale: #565656. Windows color (decimal): -6144751 or 1129890. OLE color: 1129890.

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

Color convert

RGB 162 61 17 -
CMYK 0 0.62 0.90 0.36
HSL 18.21º 0.81% 0.35% -
HSV(B) 18.21º 0.9% 0.64% -
XYZ 16.67 11.06 1.79 -
YUV 86.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 162 61 17 0 0.62 0.90 0.36 18.21 0.81 0.35
Hex A2 3D 11 0 3E 5A 24 12 51 23
Octal 242 75 21 0 76 132 44 22 121 43
Binary 10100010 111101 10001 0 111110 1011010 100100 10010 1010001 100011

Color Harmonies of #A23D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D11

Black with #A23D11

Text Example


Text Example

White with #A23D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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