Html Css Color HEX #A23B05 Rust

📋 copy color: '#A23B05'

red 162 ◦ green 59 ◦ blue 5

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

Shades of Rust #A23B05

Tints of Rust #A23B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.11%

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

R = 71.68%
G = 26.11%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A23B05 (or 0xA23B05) is known color: Rust. HEX triplet: A2, 3B and 05. RGB value is (162,59,5). Sum of RGB (Red+Green+Blue) = 162+59+5=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B05 is #5DC4FA. Grayscale: #535353. Windows color (decimal): -6145275 or 342946. OLE color: 342946.

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

Color convert

RGB 162 59 5 -
CMYK 0 0.64 0.97 0.36
HSL 20.64º 0.94% 0.33% -
HSV(B) 20.64º 0.97% 0.64% -
XYZ 16.49 10.82 1.36 -
YUV 83.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 162 59 5 0 0.64 0.97 0.36 20.64 0.94 0.33
Hex A2 3B 5 0 40 61 24 15 5E 21
Octal 242 73 5 0 100 141 44 25 136 41
Binary 10100010 111011 101 0 1000000 1100001 100100 10101 1011110 100001

Color Harmonies of #A23B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B05

Black with #A23B05

Text Example


Text Example

White with #A23B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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