Html Css Color HEX #A23316 Rust

📋 copy color: '#A23316'

red 162 ◦ green 51 ◦ blue 22

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

Shades of Rust #A23316

Tints of Rust #A23316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 68.94%
G = 21.7%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A23316 (or 0xA23316) is known color: Rust. HEX triplet: A2, 33 and 16. RGB value is (162,51,22). Sum of RGB (Red+Green+Blue) = 162+51+22=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23316 is #5DCCE9. Grayscale: #515151. Windows color (decimal): -6147306 or 1455010. OLE color: 1455010.

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

Color convert

RGB 162 51 22 -
CMYK 0 0.69 0.86 0.36
HSL 12.43º 0.76% 0.36% -
HSV(B) 12.43º 0.86% 0.64% -
XYZ 16.23 10.11 1.85 -
YUV 80.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 162 51 22 0 0.69 0.86 0.36 12.43 0.76 0.36
Hex A2 33 16 0 45 56 24 C 4C 24
Octal 242 63 26 0 105 126 44 14 114 44
Binary 10100010 110011 10110 0 1000101 1010110 100100 1100 1001100 100100

Color Harmonies of #A23316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23316

Black with #A23316

Text Example


Text Example

White with #A23316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23316; }

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

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

background-color css

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

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

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

border-color css

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

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

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