Html Css Color HEX #A23A14 Rust

📋 copy color: '#A23A14'

red 162 ◦ green 58 ◦ blue 20

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

Shades of Rust #A23A14

Tints of Rust #A23A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 67.5%
G = 24.17%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23A14 (or 0xA23A14) is known color: Rust. HEX triplet: A2, 3A and 14. RGB value is (162,58,20). Sum of RGB (Red+Green+Blue) = 162+58+20=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A14 is #5DC5EB. Grayscale: #555555. Windows color (decimal): -6145516 or 1325730. OLE color: 1325730.

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

Color convert

RGB 162 58 20 -
CMYK 0 0.64 0.88 0.36
HSL 16.06º 0.78% 0.36% -
HSV(B) 16.06º 0.88% 0.64% -
XYZ 16.54 10.76 1.87 -
YUV 84.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 162 58 20 0 0.64 0.88 0.36 16.06 0.78 0.36
Hex A2 3A 14 0 40 58 24 10 4E 24
Octal 242 72 24 0 100 130 44 20 116 44
Binary 10100010 111010 10100 0 1000000 1011000 100100 10000 1001110 100100

Color Harmonies of #A23A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A14

Black with #A23A14

Text Example


Text Example

White with #A23A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A14; }

 p { color: rgb(162,58,20); }

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

background-color css

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

 a { background-color: rgb(162,58,20); }

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

border-color css

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

 span { border-color: rgb(162,58,20); }

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