Html Css Color HEX #A23505 Rust

📋 copy color: '#A23505'

red 162 ◦ green 53 ◦ blue 5

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

Shades of Rust #A23505

Tints of Rust #A23505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 73.64%
G = 24.09%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A23505 (or 0xA23505) is known color: Rust. HEX triplet: A2, 35 and 05. RGB value is (162,53,5). Sum of RGB (Red+Green+Blue) = 162+53+5=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A23505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23505 is #5DCAFA. Grayscale: #505050. Windows color (decimal): -6146811 or 341410. OLE color: 341410.

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

Color convert

RGB 162 53 5 -
CMYK 0 0.67 0.97 0.36
HSL 18.34º 0.94% 0.33% -
HSV(B) 18.34º 0.97% 0.64% -
XYZ 16.2 10.24 1.27 -
YUV 80.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 162 53 5 0 0.67 0.97 0.36 18.34 0.94 0.33
Hex A2 35 5 0 43 61 24 12 5E 21
Octal 242 65 5 0 103 141 44 22 136 41
Binary 10100010 110101 101 0 1000011 1100001 100100 10010 1011110 100001

Color Harmonies of #A23505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23505

Black with #A23505

Text Example


Text Example

White with #A23505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23505; }

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

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

background-color css

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

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

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

border-color css

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

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

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