Html Css Color HEX #A23312 Rust

📋 copy color: '#A23312'

red 162 ◦ green 51 ◦ blue 18

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

Shades of Rust #A23312

Tints of Rust #A23312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 70.13%
G = 22.08%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23312 (or 0xA23312) is known color: Rust. HEX triplet: A2, 33 and 12. RGB value is (162,51,18). Sum of RGB (Red+Green+Blue) = 162+51+18=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A23312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23312 is #5DCCED. Grayscale: #505050. Windows color (decimal): -6147310 or 1192866. OLE color: 1192866.

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

Color convert

RGB 162 51 18 -
CMYK 0 0.69 0.89 0.36
HSL 13.75º 0.8% 0.35% -
HSV(B) 13.75º 0.89% 0.64% -
XYZ 16.19 10.09 1.67 -
YUV 80.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 162 51 18 0 0.69 0.89 0.36 13.75 0.8 0.35
Hex A2 33 12 0 45 59 24 E 50 23
Octal 242 63 22 0 105 131 44 16 120 43
Binary 10100010 110011 10010 0 1000101 1011001 100100 1110 1010000 100011

Color Harmonies of #A23312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23312

Black with #A23312

Text Example


Text Example

White with #A23312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23312; }

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

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

background-color css

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

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

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

border-color css

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

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

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