Html Css Color HEX #A23213 Rust

📋 copy color: '#A23213'

red 162 ◦ green 50 ◦ blue 19

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

Shades of Rust #A23213

Tints of Rust #A23213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 70.13%
G = 21.65%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23213 (or 0xA23213) is known color: Rust. HEX triplet: A2, 32 and 13. RGB value is (162,50,19). Sum of RGB (Red+Green+Blue) = 162+50+19=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A23213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23213 is #5DCDEC. Grayscale: #505050. Windows color (decimal): -6147565 or 1258146. OLE color: 1258146.

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

Color convert

RGB 162 50 19 -
CMYK 0 0.69 0.88 0.36
HSL 13.01º 0.79% 0.35% -
HSV(B) 13.01º 0.88% 0.64% -
XYZ 16.16 10.01 1.7 -
YUV 79.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 162 50 19 0 0.69 0.88 0.36 13.01 0.79 0.35
Hex A2 32 13 0 45 58 24 D 4F 23
Octal 242 62 23 0 105 130 44 15 117 43
Binary 10100010 110010 10011 0 1000101 1011000 100100 1101 1001111 100011

Color Harmonies of #A23213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23213

Black with #A23213

Text Example


Text Example

White with #A23213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23213; }

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

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

background-color css

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

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

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

border-color css

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

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

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