Html Css Color HEX #A23B01 Rust

📋 copy color: '#A23B01'

red 162 ◦ green 59 ◦ blue 1

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

Shades of Rust #A23B01

Tints of Rust #A23B01

RGB

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

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

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

R = 72.97%
G = 26.58%
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

#A23B01 (or 0xA23B01) is known color: Rust. HEX triplet: A2, 3B and 01. RGB value is (162,59,1). Sum of RGB (Red+Green+Blue) = 162+59+1=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B01 is #5DC4FE. Grayscale: #535353. Windows color (decimal): -6145279 or 80802. OLE color: 80802.

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

Color convert

RGB 162 59 1 -
CMYK 0 0.64 0.99 0.36
HSL 21.61º 0.99% 0.32% -
HSV(B) 21.61º 0.99% 0.64% -
XYZ 16.47 10.81 1.25 -
YUV 83.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 162 59 1 0 0.64 0.99 0.36 21.61 0.99 0.32
Hex A2 3B 1 0 40 63 24 16 63 20
Octal 242 73 1 0 100 143 44 26 143 40
Binary 10100010 111011 1 0 1000000 1100011 100100 10110 1100011 100000

Color Harmonies of #A23B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B01

Black with #A23B01

Text Example


Text Example

White with #A23B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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