Html Css Color HEX #A23E01 Rust

📋 copy color: '#A23E01'

red 162 ◦ green 62 ◦ blue 1

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

Shades of Rust #A23E01

Tints of Rust #A23E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

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

R = 72%
G = 27.56%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23E01 (or 0xA23E01) is known color: Rust. HEX triplet: A2, 3E and 01. RGB value is (162,62,1). Sum of RGB (Red+Green+Blue) = 162+62+1=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E01 is #5DC1FE. Grayscale: #555555. Windows color (decimal): -6144511 or 81570. OLE color: 81570.

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

Color convert

RGB 162 62 1 -
CMYK 0 0.62 0.99 0.36
HSL 22.73º 0.99% 0.32% -
HSV(B) 22.73º 0.99% 0.64% -
XYZ 16.63 11.13 1.3 -
YUV 84.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 162 62 1 0 0.62 0.99 0.36 22.73 0.99 0.32
Hex A2 3E 1 0 3E 63 24 17 63 20
Octal 242 76 1 0 76 143 44 27 143 40
Binary 10100010 111110 1 0 111110 1100011 100100 10111 1100011 100000

Color Harmonies of #A23E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E01

Black with #A23E01

Text Example


Text Example

White with #A23E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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