Html Css Color HEX #A23516 Rust

📋 copy color: '#A23516'

red 162 ◦ green 53 ◦ blue 22

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

Shades of Rust #A23516

Tints of Rust #A23516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 68.35%
G = 22.36%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A23516 (or 0xA23516) is known color: Rust. HEX triplet: A2, 35 and 16. RGB value is (162,53,22). Sum of RGB (Red+Green+Blue) = 162+53+22=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A23516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23516 is #5DCAE9. Grayscale: #525252. Windows color (decimal): -6146794 or 1455522. OLE color: 1455522.

HSL color Cylindrical-coordinate representation of color #A23516: hue angle of 13.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 #A23516 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 53 22 -
CMYK 0 0.67 0.86 0.36
HSL 13.29º 0.76% 0.36% -
HSV(B) 13.29º 0.86% 0.64% -
XYZ 16.32 10.29 1.88 -
YUV 82.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 162 53 22 0 0.67 0.86 0.36 13.29 0.76 0.36
Hex A2 35 16 0 43 56 24 D 4C 24
Octal 242 65 26 0 103 126 44 15 114 44
Binary 10100010 110101 10110 0 1000011 1010110 100100 1101 1001100 100100

Color Harmonies of #A23516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23516

Black with #A23516

Text Example


Text Example

White with #A23516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23516; }

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

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

background-color css

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

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

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

border-color css

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

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

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