Html Css Color HEX #A23201 Rust

📋 copy color: '#A23201'

red 162 ◦ green 50 ◦ blue 1

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

Shades of Rust #A23201

Tints of Rust #A23201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 76.06%
G = 23.47%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23201 (or 0xA23201) is known color: Rust. HEX triplet: A2, 32 and 01. RGB value is (162,50,1). Sum of RGB (Red+Green+Blue) = 162+50+1=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A23201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23201 is #5DCDFE. Grayscale: #4E4E4E. Windows color (decimal): -6147583 or 78498. OLE color: 78498.

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

Color convert

RGB 162 50 1 -
CMYK 0 0.69 0.99 0.36
HSL 18.26º 0.99% 0.32% -
HSV(B) 18.26º 0.99% 0.64% -
XYZ 16.05 9.96 1.11 -
YUV 77.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 162 50 1 0 0.69 0.99 0.36 18.26 0.99 0.32
Hex A2 32 1 0 45 63 24 12 63 20
Octal 242 62 1 0 105 143 44 22 143 40
Binary 10100010 110010 1 0 1000101 1100011 100100 10010 1100011 100000

Color Harmonies of #A23201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23201

Black with #A23201

Text Example


Text Example

White with #A23201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23201; }

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

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

background-color css

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

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

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

border-color css

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

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

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