Html Css Color HEX #A42F0E Rust

📋 copy color: '#A42F0E'

red 164 ◦ green 47 ◦ blue 14

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

Shades of Rust #A42F0E

Tints of Rust #A42F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 72.89%
G = 20.89%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A42F0E (or 0xA42F0E) is known color: Rust. HEX triplet: A4, 2F and 0E. RGB value is (164,47,14). Sum of RGB (Red+Green+Blue) = 164+47+14=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F0E is #5BD0F1. Grayscale: #4E4E4E. Windows color (decimal): -6017266 or 929700. OLE color: 929700.

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

Color convert

RGB 164 47 14 -
CMYK 0 0.71 0.91 0.36
HSL 13.2º 0.84% 0.35% -
HSV(B) 13.2º 0.91% 0.64% -
XYZ 16.41 9.96 1.47 -
YUV 78.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 164 47 14 0 0.71 0.91 0.36 13.2 0.84 0.35
Hex A4 2F E 0 47 5B 24 D 54 23
Octal 244 57 16 0 107 133 44 15 124 43
Binary 10100100 101111 1110 0 1000111 1011011 100100 1101 1010100 100011

Color Harmonies of #A42F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42F0E

Black with #A42F0E

Text Example


Text Example

White with #A42F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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