Html Css Color HEX #A23515 Rust

📋 copy color: '#A23515'

red 162 ◦ green 53 ◦ blue 21

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

Shades of Rust #A23515

Tints of Rust #A23515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 68.64%
G = 22.46%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A23515 (or 0xA23515) is known color: Rust. HEX triplet: A2, 35 and 15. RGB value is (162,53,21). Sum of RGB (Red+Green+Blue) = 162+53+21=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23515 is #5DCAEA. Grayscale: #525252. Windows color (decimal): -6146795 or 1389986. OLE color: 1389986.

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

Color convert

RGB 162 53 21 -
CMYK 0 0.67 0.87 0.36
HSL 13.62º 0.77% 0.36% -
HSV(B) 13.62º 0.87% 0.64% -
XYZ 16.31 10.28 1.83 -
YUV 81.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 162 53 21 0 0.67 0.87 0.36 13.62 0.77 0.36
Hex A2 35 15 0 43 57 24 E 4D 24
Octal 242 65 25 0 103 127 44 16 115 44
Binary 10100010 110101 10101 0 1000011 1010111 100100 1110 1001101 100100

Color Harmonies of #A23515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23515

Black with #A23515

Text Example


Text Example

White with #A23515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23515; }

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

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

background-color css

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

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

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

border-color css

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

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

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