Html Css Color HEX #A23512 Rust

📋 copy color: '#A23512'

red 162 ◦ green 53 ◦ blue 18

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

Shades of Rust #A23512

Tints of Rust #A23512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 69.53%
G = 22.75%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23512 (or 0xA23512) is known color: Rust. HEX triplet: A2, 35 and 12. RGB value is (162,53,18). Sum of RGB (Red+Green+Blue) = 162+53+18=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23512 is #5DCAED. Grayscale: #515151. Windows color (decimal): -6146798 or 1193378. OLE color: 1193378.

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

Color convert

RGB 162 53 18 -
CMYK 0 0.67 0.89 0.36
HSL 14.58º 0.8% 0.35% -
HSV(B) 14.58º 0.89% 0.64% -
XYZ 16.28 10.27 1.7 -
YUV 81.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 162 53 18 0 0.67 0.89 0.36 14.58 0.8 0.35
Hex A2 35 12 0 43 59 24 F 50 23
Octal 242 65 22 0 103 131 44 17 120 43
Binary 10100010 110101 10010 0 1000011 1011001 100100 1111 1010000 100011

Color Harmonies of #A23512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23512

Black with #A23512

Text Example


Text Example

White with #A23512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23512; }

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

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

background-color css

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

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

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

border-color css

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

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

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