Html Css Color HEX #A23315 Rust

📋 copy color: '#A23315'

red 162 ◦ green 51 ◦ blue 21

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

Shades of Rust #A23315

Tints of Rust #A23315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 69.23%
G = 21.79%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A23315 (or 0xA23315) is known color: Rust. HEX triplet: A2, 33 and 15. RGB value is (162,51,21). Sum of RGB (Red+Green+Blue) = 162+51+21=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A23315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23315 is #5DCCEA. Grayscale: #515151. Windows color (decimal): -6147307 or 1389474. OLE color: 1389474.

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

Color convert

RGB 162 51 21 -
CMYK 0 0.69 0.87 0.36
HSL 12.77º 0.77% 0.36% -
HSV(B) 12.77º 0.87% 0.64% -
XYZ 16.22 10.1 1.8 -
YUV 80.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 162 51 21 0 0.69 0.87 0.36 12.77 0.77 0.36
Hex A2 33 15 0 45 57 24 D 4D 24
Octal 242 63 25 0 105 127 44 15 115 44
Binary 10100010 110011 10101 0 1000101 1010111 100100 1101 1001101 100100

Color Harmonies of #A23315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23315

Black with #A23315

Text Example


Text Example

White with #A23315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23315; }

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

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

background-color css

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

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

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

border-color css

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

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

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