Html Css Color HEX #A23B12 Rust

📋 copy color: '#A23B12'

red 162 ◦ green 59 ◦ blue 18

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

Shades of Rust #A23B12

Tints of Rust #A23B12

RGB

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

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

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

R = 67.78%
G = 24.69%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23B12 (or 0xA23B12) is known color: Rust. HEX triplet: A2, 3B and 12. RGB value is (162,59,18). Sum of RGB (Red+Green+Blue) = 162+59+18=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B12 is #5DC4ED. Grayscale: #555555. Windows color (decimal): -6145262 or 1194914. OLE color: 1194914.

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

Color convert

RGB 162 59 18 -
CMYK 0 0.64 0.89 0.36
HSL 17.08º 0.8% 0.35% -
HSV(B) 17.08º 0.89% 0.64% -
XYZ 16.57 10.85 1.79 -
YUV 85.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 162 59 18 0 0.64 0.89 0.36 17.08 0.8 0.35
Hex A2 3B 12 0 40 59 24 11 50 23
Octal 242 73 22 0 100 131 44 21 120 43
Binary 10100010 111011 10010 0 1000000 1011001 100100 10001 1010000 100011

Color Harmonies of #A23B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B12

Black with #A23B12

Text Example


Text Example

White with #A23B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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