Html Css Color HEX #A23F14 Rust

📋 copy color: '#A23F14'

red 162 ◦ green 63 ◦ blue 20

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

Shades of Rust #A23F14

Tints of Rust #A23F14

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

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

R = 66.12%
G = 25.71%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23F14 (or 0xA23F14) is known color: Rust. HEX triplet: A2, 3F and 14. RGB value is (162,63,20). Sum of RGB (Red+Green+Blue) = 162+63+20=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F14 is #5DC0EB. Grayscale: #575757. Windows color (decimal): -6144236 or 1327010. OLE color: 1327010.

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

Color convert

RGB 162 63 20 -
CMYK 0 0.61 0.88 0.36
HSL 18.17º 0.78% 0.36% -
HSV(B) 18.17º 0.88% 0.64% -
XYZ 16.8 11.29 1.95 -
YUV 87.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 162 63 20 0 0.61 0.88 0.36 18.17 0.78 0.36
Hex A2 3F 14 0 3D 58 24 12 4E 24
Octal 242 77 24 0 75 130 44 22 116 44
Binary 10100010 111111 10100 0 111101 1011000 100100 10010 1001110 100100

Color Harmonies of #A23F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23F14

Black with #A23F14

Text Example


Text Example

White with #A23F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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