Html Css Color HEX #A8401B Rust

📋 copy color: '#A8401B'

red 168 ◦ green 64 ◦ blue 27

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

Shades of Rust #A8401B

Tints of Rust #A8401B

RGB

 RED value IS 168 (66.02% from 255) = 64.86%

 GREEN value IS 64 (25.39% from 255) = 24.71%

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 64.86%
G = 24.71%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8401B (or 0xA8401B) is known color: Rust. HEX triplet: A8, 40 and 1B. RGB value is (168,64,27). Sum of RGB (Red+Green+Blue) = 168+64+27=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A8401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8401B is #57BFE4. Grayscale: #5B5B5B. Windows color (decimal): -5750757 or 1786024. OLE color: 1786024.

HSL color Cylindrical-coordinate representation of color #A8401B: hue angle of 15.74º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8401B is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 64 27 -
CMYK 0 0.62 0.84 0.34
HSL 15.74º 0.72% 0.38% -
HSV(B) 15.74º 0.84% 0.66% -
XYZ 18.18 12.07 2.41 -
YUV 90.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 168 64 27 0 0.62 0.84 0.34 15.74 0.72 0.38
Hex A8 40 1B 0 3E 54 22 10 48 26
Octal 250 100 33 0 76 124 42 20 110 46
Binary 10101000 1000000 11011 0 111110 1010100 100010 10000 1001000 100110

Color Harmonies of #A8401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8401B

Black with #A8401B

Text Example


Text Example

White with #A8401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8401B; }

 p { color: rgb(168,64,27); }

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

background-color css

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

 a { background-color: rgb(168,64,27); }

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

border-color css

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

 span { border-color: rgb(168,64,27); }

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