Html Css Color HEX #A23113 Rust

📋 copy color: '#A23113'

red 162 ◦ green 49 ◦ blue 19

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

Shades of Rust #A23113

Tints of Rust #A23113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 70.43%
G = 21.3%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23113 (or 0xA23113) is known color: Rust. HEX triplet: A2, 31 and 13. RGB value is (162,49,19). Sum of RGB (Red+Green+Blue) = 162+49+19=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A23113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23113 is #5DCEEC. Grayscale: #4F4F4F. Windows color (decimal): -6147821 or 1257890. OLE color: 1257890.

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

Color convert

RGB 162 49 19 -
CMYK 0 0.70 0.88 0.36
HSL 12.59º 0.79% 0.35% -
HSV(B) 12.59º 0.88% 0.64% -
XYZ 16.12 9.93 1.68 -
YUV 79.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 162 49 19 0 0.70 0.88 0.36 12.59 0.79 0.35
Hex A2 31 13 0 46 58 24 D 4F 23
Octal 242 61 23 0 106 130 44 15 117 43
Binary 10100010 110001 10011 0 1000110 1011000 100100 1101 1001111 100011

Color Harmonies of #A23113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23113

Black with #A23113

Text Example


Text Example

White with #A23113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23113; }

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

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

background-color css

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

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

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

border-color css

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

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

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