Html Css Color HEX #A42F12 Rust

📋 copy color: '#A42F12'

red 164 ◦ green 47 ◦ blue 18

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

Shades of Rust #A42F12

Tints of Rust #A42F12

RGB

 RED value IS 164 (64.45% from 255) = 71.62%

 GREEN value IS 47 (18.75% from 255) = 20.52%

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

R = 71.62%
G = 20.52%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A42F12 (or 0xA42F12) is known color: Rust. HEX triplet: A4, 2F and 12. RGB value is (164,47,18). Sum of RGB (Red+Green+Blue) = 164+47+18=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F12 is #5BD0ED. Grayscale: #4E4E4E. Windows color (decimal): -6017262 or 1191844. OLE color: 1191844.

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

Color convert

RGB 164 47 18 -
CMYK 0 0.71 0.89 0.36
HSL 11.92º 0.8% 0.36% -
HSV(B) 11.92º 0.89% 0.64% -
XYZ 16.44 9.97 1.63 -
YUV 78.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 164 47 18 0 0.71 0.89 0.36 11.92 0.8 0.36
Hex A4 2F 12 0 47 59 24 C 50 24
Octal 244 57 22 0 107 131 44 14 120 44
Binary 10100100 101111 10010 0 1000111 1011001 100100 1100 1010000 100100

Color Harmonies of #A42F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42F12

Black with #A42F12

Text Example


Text Example

White with #A42F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42F12; }

 p { color: rgb(164,47,18); }

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

background-color css

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

 a { background-color: rgb(164,47,18); }

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

border-color css

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

 span { border-color: rgb(164,47,18); }

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