Html Css Color HEX #A23314 Rust

📋 copy color: '#A23314'

red 162 ◦ green 51 ◦ blue 20

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

Shades of Rust #A23314

Tints of Rust #A23314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 69.53%
G = 21.89%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23314 (or 0xA23314) is known color: Rust. HEX triplet: A2, 33 and 14. RGB value is (162,51,20). Sum of RGB (Red+Green+Blue) = 162+51+20=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23314 is #5DCCEB. Grayscale: #505050. Windows color (decimal): -6147308 or 1323938. OLE color: 1323938.

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

Color convert

RGB 162 51 20 -
CMYK 0 0.69 0.88 0.36
HSL 13.1º 0.78% 0.36% -
HSV(B) 13.1º 0.88% 0.64% -
XYZ 16.21 10.1 1.76 -
YUV 80.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 162 51 20 0 0.69 0.88 0.36 13.1 0.78 0.36
Hex A2 33 14 0 45 58 24 D 4E 24
Octal 242 63 24 0 105 130 44 15 116 44
Binary 10100010 110011 10100 0 1000101 1011000 100100 1101 1001110 100100

Color Harmonies of #A23314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23314

Black with #A23314

Text Example


Text Example

White with #A23314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23314; }

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

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

background-color css

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

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

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

border-color css

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

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

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