Html Css Color HEX #A23B13 Rust

📋 copy color: '#A23B13'

red 162 ◦ green 59 ◦ blue 19

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

Shades of Rust #A23B13

Tints of Rust #A23B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

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

R = 67.5%
G = 24.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23B13 (or 0xA23B13) is known color: Rust. HEX triplet: A2, 3B and 13. RGB value is (162,59,19). Sum of RGB (Red+Green+Blue) = 162+59+19=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B13 is #5DC4EC. Grayscale: #555555. Windows color (decimal): -6145261 or 1260450. OLE color: 1260450.

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

Color convert

RGB 162 59 19 -
CMYK 0 0.64 0.88 0.36
HSL 16.78º 0.79% 0.35% -
HSV(B) 16.78º 0.88% 0.64% -
XYZ 16.58 10.86 1.84 -
YUV 85.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 162 59 19 0 0.64 0.88 0.36 16.78 0.79 0.35
Hex A2 3B 13 0 40 58 24 11 4F 23
Octal 242 73 23 0 100 130 44 21 117 43
Binary 10100010 111011 10011 0 1000000 1011000 100100 10001 1001111 100011

Color Harmonies of #A23B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B13

Black with #A23B13

Text Example


Text Example

White with #A23B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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