Html Css Color HEX #A23C14 Rust

📋 copy color: '#A23C14'

red 162 ◦ green 60 ◦ blue 20

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

Shades of Rust #A23C14

Tints of Rust #A23C14

RGB

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

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

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

R = 66.94%
G = 24.79%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23C14 (or 0xA23C14) is known color: Rust. HEX triplet: A2, 3C and 14. RGB value is (162,60,20). Sum of RGB (Red+Green+Blue) = 162+60+20=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C14 is #5DC3EB. Grayscale: #565656. Windows color (decimal): -6145004 or 1326242. OLE color: 1326242.

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

Color convert

RGB 162 60 20 -
CMYK 0 0.63 0.88 0.36
HSL 16.9º 0.78% 0.36% -
HSV(B) 16.9º 0.88% 0.64% -
XYZ 16.64 10.96 1.9 -
YUV 85.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 162 60 20 0 0.63 0.88 0.36 16.9 0.78 0.36
Hex A2 3C 14 0 3F 58 24 11 4E 24
Octal 242 74 24 0 77 130 44 21 116 44
Binary 10100010 111100 10100 0 111111 1011000 100100 10001 1001110 100100

Color Harmonies of #A23C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C14

Black with #A23C14

Text Example


Text Example

White with #A23C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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