Html Css Color HEX #A23305 Rust

📋 copy color: '#A23305'

red 162 ◦ green 51 ◦ blue 5

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

Shades of Rust #A23305

Tints of Rust #A23305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 74.31%
G = 23.39%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A23305 (or 0xA23305) is known color: Rust. HEX triplet: A2, 33 and 05. RGB value is (162,51,5). Sum of RGB (Red+Green+Blue) = 162+51+5=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A23305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23305 is #5DCCFA. Grayscale: #4F4F4F. Windows color (decimal): -6147323 or 340898. OLE color: 340898.

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

Color convert

RGB 162 51 5 -
CMYK 0 0.69 0.97 0.36
HSL 17.58º 0.94% 0.33% -
HSV(B) 17.58º 0.97% 0.64% -
XYZ 16.11 10.06 1.24 -
YUV 78.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 162 51 5 0 0.69 0.97 0.36 17.58 0.94 0.33
Hex A2 33 5 0 45 61 24 12 5E 21
Octal 242 63 5 0 105 141 44 22 136 41
Binary 10100010 110011 101 0 1000101 1100001 100100 10010 1011110 100001

Color Harmonies of #A23305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23305

Black with #A23305

Text Example


Text Example

White with #A23305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23305; }

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

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

background-color css

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

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

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

border-color css

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

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

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