Html Css Color HEX #A23005 Rust

📋 copy color: '#A23005'

red 162 ◦ green 48 ◦ blue 5

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

Shades of Rust #A23005

Tints of Rust #A23005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.33%

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

R = 75.35%
G = 22.33%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A23005 (or 0xA23005) is known color: Rust. HEX triplet: A2, 30 and 05. RGB value is (162,48,5). Sum of RGB (Red+Green+Blue) = 162+48+5=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A23005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23005 is #5DCFFA. Grayscale: #4D4D4D. Windows color (decimal): -6148091 or 340130. OLE color: 340130.

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

Color convert

RGB 162 48 5 -
CMYK 0 0.70 0.97 0.36
HSL 16.43º 0.94% 0.33% -
HSV(B) 16.43º 0.97% 0.64% -
XYZ 15.98 9.81 1.19 -
YUV 77.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 162 48 5 0 0.70 0.97 0.36 16.43 0.94 0.33
Hex A2 30 5 0 46 61 24 10 5E 21
Octal 242 60 5 0 106 141 44 20 136 41
Binary 10100010 110000 101 0 1000110 1100001 100100 10000 1011110 100001

Color Harmonies of #A23005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23005

Black with #A23005

Text Example


Text Example

White with #A23005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23005; }

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

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

background-color css

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

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

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

border-color css

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

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

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