Html Css Color HEX #A23C16 Rust

📋 copy color: '#A23C16'

red 162 ◦ green 60 ◦ blue 22

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

Shades of Rust #A23C16

Tints of Rust #A23C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 66.39%
G = 24.59%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A23C16 (or 0xA23C16) is known color: Rust. HEX triplet: A2, 3C and 16. RGB value is (162,60,22). Sum of RGB (Red+Green+Blue) = 162+60+22=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C16 is #5DC3E9. Grayscale: #565656. Windows color (decimal): -6145002 or 1457314. OLE color: 1457314.

HSL color Cylindrical-coordinate representation of color #A23C16: hue angle of 16.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A23C16 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 60 22 -
CMYK 0 0.63 0.86 0.36
HSL 16.29º 0.76% 0.36% -
HSV(B) 16.29º 0.86% 0.64% -
XYZ 16.66 10.97 2 -
YUV 86.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 162 60 22 0 0.63 0.86 0.36 16.29 0.76 0.36
Hex A2 3C 16 0 3F 56 24 10 4C 24
Octal 242 74 26 0 77 126 44 20 114 44
Binary 10100010 111100 10110 0 111111 1010110 100100 10000 1001100 100100

Color Harmonies of #A23C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C16

Black with #A23C16

Text Example


Text Example

White with #A23C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C16; }

 p { color: rgb(162,60,22); }

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

background-color css

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

 a { background-color: rgb(162,60,22); }

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

border-color css

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

 span { border-color: rgb(162,60,22); }

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