#A23B0C

Color #A23B0C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A23B0C

Tints of Rust #A23B0C

Color information

#A23B0C (or 0xA23B0C) is unknown color: approx Rust. HEX triplet: A2, 3B and 0C. RGB value is (162,59,12). Sum of RGB (Red+Green+Blue) = 162+59+12=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B0C is #5DC4F3. Grayscale: #545454. Windows color (decimal): -6145268 or 801698. OLE color: 801698.

HSL color Cylindrical-coordinate representation of color #A23B0C: hue angle of 18.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A23B0C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1625912-
CMYK00.640.930.36
HSL18.8º86.21%34.12%-
HSV(B)18.8º92.59%63.53%-
XYZ16.5310.841.57-
YUV84.4487.12183.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=69.53%
G=25.32%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162591200.640.930.3618.886.2134.12
HexA23BC0405D24135622
Octal24273140100135442312642
Binary101000101110111100010000001011101100100100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B0C; }

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

 H1.HeaderClassName
 {
   color: #A23B0C;
 }
 .AnyTagClassName
 {
   color: #A23B0C;
 }
</style>
background-color css

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

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

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

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

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

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