Html Css Color HEX #A43818 Rust

📋 copy color: '#A43818'

red 164 ◦ green 56 ◦ blue 24

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

Shades of Rust #A43818

Tints of Rust #A43818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 67.21%
G = 22.95%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A43818 (or 0xA43818) is known color: Rust. HEX triplet: A4, 38 and 18. RGB value is (164,56,24). Sum of RGB (Red+Green+Blue) = 164+56+24=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A43818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43818 is #5BC7E7. Grayscale: #545454. Windows color (decimal): -6014952 or 1587364. OLE color: 1587364.

HSL color Cylindrical-coordinate representation of color #A43818: hue angle of 13.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A43818 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 24 -
CMYK 0 0.66 0.85 0.36
HSL 13.71º 0.74% 0.37% -
HSV(B) 13.71º 0.85% 0.64% -
XYZ 16.89 10.79 2.06 -
YUV 84.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 164 56 24 0 0.66 0.85 0.36 13.71 0.74 0.37
Hex A4 38 18 0 42 55 24 E 4A 25
Octal 244 70 30 0 102 125 44 16 112 45
Binary 10100100 111000 11000 0 1000010 1010101 100100 1110 1001010 100101

Color Harmonies of #A43818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43818

Black with #A43818

Text Example


Text Example

White with #A43818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43818; }

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

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

background-color css

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

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

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

border-color css

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

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

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