Html Css Color HEX #A23101 Rust

📋 copy color: '#A23101'

red 162 ◦ green 49 ◦ blue 1

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

Shades of Rust #A23101

Tints of Rust #A23101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 76.42%
G = 23.11%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23101 (or 0xA23101) is known color: Rust. HEX triplet: A2, 31 and 01. RGB value is (162,49,1). Sum of RGB (Red+Green+Blue) = 162+49+1=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A23101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23101 is #5DCEFE. Grayscale: #4D4D4D. Windows color (decimal): -6147839 or 78242. OLE color: 78242.

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

Color convert

RGB 162 49 1 -
CMYK 0 0.70 0.99 0.36
HSL 17.89º 0.99% 0.32% -
HSV(B) 17.89º 0.99% 0.64% -
XYZ 16 9.88 1.09 -
YUV 77.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 162 49 1 0 0.70 0.99 0.36 17.89 0.99 0.32
Hex A2 31 1 0 46 63 24 12 63 20
Octal 242 61 1 0 106 143 44 22 143 40
Binary 10100010 110001 1 0 1000110 1100011 100100 10010 1100011 100000

Color Harmonies of #A23101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23101

Black with #A23101

Text Example


Text Example

White with #A23101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23101; }

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

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

background-color css

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

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

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

border-color css

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

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

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