Html Css Color HEX #A43814 Rust

📋 copy color: '#A43814'

red 164 ◦ green 56 ◦ blue 20

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

Shades of Rust #A43814

Tints of Rust #A43814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 68.33%
G = 23.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43814 (or 0xA43814) is known color: Rust. HEX triplet: A4, 38 and 14. RGB value is (164,56,20). Sum of RGB (Red+Green+Blue) = 164+56+20=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A43814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43814 is #5BC7EB. Grayscale: #545454. Windows color (decimal): -6014956 or 1325220. OLE color: 1325220.

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

Color convert

RGB 164 56 20 -
CMYK 0 0.66 0.88 0.36
HSL 15º 0.78% 0.36% -
HSV(B) 15º 0.88% 0.64% -
XYZ 16.85 10.77 1.85 -
YUV 84.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 164 56 20 0 0.66 0.88 0.36 15 0.78 0.36
Hex A4 38 14 0 42 58 24 F 4E 24
Octal 244 70 24 0 102 130 44 17 116 44
Binary 10100100 111000 10100 0 1000010 1011000 100100 1111 1001110 100100

Color Harmonies of #A43814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43814

Black with #A43814

Text Example


Text Example

White with #A43814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43814; }

 p { color: rgb(164,56,20); }

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

background-color css

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

 a { background-color: rgb(164,56,20); }

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

border-color css

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

 span { border-color: rgb(164,56,20); }

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