Html Css Color HEX #A23D14 Rust

📋 copy color: '#A23D14'

red 162 ◦ green 61 ◦ blue 20

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

Shades of Rust #A23D14

Tints of Rust #A23D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

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

R = 66.67%
G = 25.1%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23D14 (or 0xA23D14) is known color: Rust. HEX triplet: A2, 3D and 14. RGB value is (162,61,20). Sum of RGB (Red+Green+Blue) = 162+61+20=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23D14 is #5DC2EB. Grayscale: #565656. Windows color (decimal): -6144748 or 1326498. OLE color: 1326498.

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

Color convert

RGB 162 61 20 -
CMYK 0 0.62 0.88 0.36
HSL 17.32º 0.78% 0.36% -
HSV(B) 17.32º 0.88% 0.64% -
XYZ 16.7 11.07 1.92 -
YUV 86.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 162 61 20 0 0.62 0.88 0.36 17.32 0.78 0.36
Hex A2 3D 14 0 3E 58 24 11 4E 24
Octal 242 75 24 0 76 130 44 21 116 44
Binary 10100010 111101 10100 0 111110 1011000 100100 10001 1001110 100100

Color Harmonies of #A23D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D14

Black with #A23D14

Text Example


Text Example

White with #A23D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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