Html Css Color HEX #A23A01 Rust

📋 copy color: '#A23A01'

red 162 ◦ green 58 ◦ blue 1

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

Shades of Rust #A23A01

Tints of Rust #A23A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 73.3%
G = 26.24%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23A01 (or 0xA23A01) is known color: Rust. HEX triplet: A2, 3A and 01. RGB value is (162,58,1). Sum of RGB (Red+Green+Blue) = 162+58+1=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A01 is #5DC5FE. Grayscale: #525252. Windows color (decimal): -6145535 or 80546. OLE color: 80546.

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

Color convert

RGB 162 58 1 -
CMYK 0 0.64 0.99 0.36
HSL 21.24º 0.99% 0.32% -
HSV(B) 21.24º 0.99% 0.64% -
XYZ 16.42 10.71 1.23 -
YUV 82.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 162 58 1 0 0.64 0.99 0.36 21.24 0.99 0.32
Hex A2 3A 1 0 40 63 24 15 63 20
Octal 242 72 1 0 100 143 44 25 143 40
Binary 10100010 111010 1 0 1000000 1100011 100100 10101 1100011 100000

Color Harmonies of #A23A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A01

Black with #A23A01

Text Example


Text Example

White with #A23A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A01; }

 p { color: rgb(162,58,1); }

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

background-color css

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

 a { background-color: rgb(162,58,1); }

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

border-color css

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

 span { border-color: rgb(162,58,1); }

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