Html Css Color HEX #A23514 Rust

📋 copy color: '#A23514'

red 162 ◦ green 53 ◦ blue 20

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

Shades of Rust #A23514

Tints of Rust #A23514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 68.94%
G = 22.55%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23514 (or 0xA23514) is known color: Rust. HEX triplet: A2, 35 and 14. RGB value is (162,53,20). Sum of RGB (Red+Green+Blue) = 162+53+20=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23514 is #5DCAEB. Grayscale: #525252. Windows color (decimal): -6146796 or 1324450. OLE color: 1324450.

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

Color convert

RGB 162 53 20 -
CMYK 0 0.67 0.88 0.36
HSL 13.94º 0.78% 0.36% -
HSV(B) 13.94º 0.88% 0.64% -
XYZ 16.3 10.28 1.79 -
YUV 81.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 162 53 20 0 0.67 0.88 0.36 13.94 0.78 0.36
Hex A2 35 14 0 43 58 24 E 4E 24
Octal 242 65 24 0 103 130 44 16 116 44
Binary 10100010 110101 10100 0 1000011 1011000 100100 1110 1001110 100100

Color Harmonies of #A23514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23514

Black with #A23514

Text Example


Text Example

White with #A23514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23514; }

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

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

background-color css

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

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

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

border-color css

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

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

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