Html Css Color HEX #A23500 Rust

📋 copy color: '#A23500'

red 162 ◦ green 53 ◦ blue 0

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

Shades of Rust #A23500

Tints of Rust #A23500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.35%
G = 24.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A23500 (or 0xA23500) is known color: Rust. HEX triplet: A2, 35 and 00. RGB value is (162,53,0). Sum of RGB (Red+Green+Blue) = 162+53+0=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A23500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23500 is #5DCAFF. Grayscale: #4F4F4F. Windows color (decimal): -6146816 or 13730. OLE color: 13730.

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

Color convert

RGB 162 53 0 -
CMYK 0 0.67 1 0.36
HSL 19.63º 1% 0.32% -
HSV(B) 19.63º 1% 0.64% -
XYZ 16.17 10.23 1.12 -
YUV 79.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 162 53 0 0 0.67 1 0.36 19.63 1 0.32
Hex A2 35 0 0 43 64 24 14 64 20
Octal 242 65 0 0 103 144 44 24 144 40
Binary 10100010 110101 0 0 1000011 1100100 100100 10100 1100100 100000

Color Harmonies of #A23500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23500

Black with #A23500

Text Example


Text Example

White with #A23500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23500; }

 p { color: rgb(162,53,0); }

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

background-color css

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

 a { background-color: rgb(162,53,0); }

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

border-color css

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

 span { border-color: rgb(162,53,0); }

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