Html Css Color HEX #A23F12 Rust

📋 copy color: '#A23F12'

red 162 ◦ green 63 ◦ blue 18

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

Shades of Rust #A23F12

Tints of Rust #A23F12

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

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

R = 66.67%
G = 25.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23F12 (or 0xA23F12) is known color: Rust. HEX triplet: A2, 3F and 12. RGB value is (162,63,18). Sum of RGB (Red+Green+Blue) = 162+63+18=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F12 is #5DC0ED. Grayscale: #575757. Windows color (decimal): -6144238 or 1195938. OLE color: 1195938.

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

Color convert

RGB 162 63 18 -
CMYK 0 0.61 0.89 0.36
HSL 18.75º 0.8% 0.35% -
HSV(B) 18.75º 0.89% 0.64% -
XYZ 16.79 11.28 1.86 -
YUV 87.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 162 63 18 0 0.61 0.89 0.36 18.75 0.8 0.35
Hex A2 3F 12 0 3D 59 24 13 50 23
Octal 242 77 22 0 75 131 44 23 120 43
Binary 10100010 111111 10010 0 111101 1011001 100100 10011 1010000 100011

Color Harmonies of #A23F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23F12

Black with #A23F12

Text Example


Text Example

White with #A23F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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