Html Css Color HEX #A23913 Rust

📋 copy color: '#A23913'

red 162 ◦ green 57 ◦ blue 19

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

Shades of Rust #A23913

Tints of Rust #A23913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 68.07%
G = 23.95%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23913 (or 0xA23913) is known color: Rust. HEX triplet: A2, 39 and 13. RGB value is (162,57,19). Sum of RGB (Red+Green+Blue) = 162+57+19=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A23913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23913 is #5DC6EC. Grayscale: #545454. Windows color (decimal): -6145773 or 1259938. OLE color: 1259938.

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

Color convert

RGB 162 57 19 -
CMYK 0 0.65 0.88 0.36
HSL 15.94º 0.79% 0.35% -
HSV(B) 15.94º 0.88% 0.64% -
XYZ 16.48 10.65 1.8 -
YUV 84.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 162 57 19 0 0.65 0.88 0.36 15.94 0.79 0.35
Hex A2 39 13 0 41 58 24 10 4F 23
Octal 242 71 23 0 101 130 44 20 117 43
Binary 10100010 111001 10011 0 1000001 1011000 100100 10000 1001111 100011

Color Harmonies of #A23913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23913

Black with #A23913

Text Example


Text Example

White with #A23913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23913; }

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

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

background-color css

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

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

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

border-color css

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

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

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