Html Css Color HEX #A23412 Rust

📋 copy color: '#A23412'

red 162 ◦ green 52 ◦ blue 18

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

Shades of Rust #A23412

Tints of Rust #A23412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 69.83%
G = 22.41%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23412 (or 0xA23412) is known color: Rust. HEX triplet: A2, 34 and 12. RGB value is (162,52,18). Sum of RGB (Red+Green+Blue) = 162+52+18=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23412 is #5DCBED. Grayscale: #515151. Windows color (decimal): -6147054 or 1193122. OLE color: 1193122.

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

Color convert

RGB 162 52 18 -
CMYK 0 0.68 0.89 0.36
HSL 14.17º 0.8% 0.35% -
HSV(B) 14.17º 0.89% 0.64% -
XYZ 16.24 10.18 1.68 -
YUV 81.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 162 52 18 0 0.68 0.89 0.36 14.17 0.8 0.35
Hex A2 34 12 0 44 59 24 E 50 23
Octal 242 64 22 0 104 131 44 16 120 43
Binary 10100010 110100 10010 0 1000100 1011001 100100 1110 1010000 100011

Color Harmonies of #A23412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23412

Black with #A23412

Text Example


Text Example

White with #A23412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23412; }

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

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

background-color css

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

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

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

border-color css

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

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

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