Html Css Color HEX #A23212 Rust

📋 copy color: '#A23212'

red 162 ◦ green 50 ◦ blue 18

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

Shades of Rust #A23212

Tints of Rust #A23212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

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

R = 70.43%
G = 21.74%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23212 (or 0xA23212) is known color: Rust. HEX triplet: A2, 32 and 12. RGB value is (162,50,18). Sum of RGB (Red+Green+Blue) = 162+50+18=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A23212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23212 is #5DCDED. Grayscale: #505050. Windows color (decimal): -6147566 or 1192610. OLE color: 1192610.

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

Color convert

RGB 162 50 18 -
CMYK 0 0.69 0.89 0.36
HSL 13.33º 0.8% 0.35% -
HSV(B) 13.33º 0.89% 0.64% -
XYZ 16.15 10.01 1.65 -
YUV 79.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 162 50 18 0 0.69 0.89 0.36 13.33 0.8 0.35
Hex A2 32 12 0 45 59 24 D 50 23
Octal 242 62 22 0 105 131 44 15 120 43
Binary 10100010 110010 10010 0 1000101 1011001 100100 1101 1010000 100011

Color Harmonies of #A23212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23212

Black with #A23212

Text Example


Text Example

White with #A23212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23212; }

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

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

background-color css

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

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

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

border-color css

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

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

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