Html Css Color HEX #A8430E Rust

📋 copy color: '#A8430E'

red 168 ◦ green 67 ◦ blue 14

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

Shades of Rust #A8430E

Tints of Rust #A8430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 67.47%
G = 26.91%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8430E (or 0xA8430E) is known color: Rust. HEX triplet: A8, 43 and 0E. RGB value is (168,67,14). Sum of RGB (Red+Green+Blue) = 168+67+14=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8430E is #57BCF1. Grayscale: #5B5B5B. Windows color (decimal): -5750002 or 934824. OLE color: 934824.

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

Color convert

RGB 168 67 14 -
CMYK 0 0.60 0.92 0.34
HSL 20.65º 0.85% 0.36% -
HSV(B) 20.65º 0.92% 0.66% -
XYZ 18.23 12.37 1.84 -
YUV 91.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 168 67 14 0 0.60 0.92 0.34 20.65 0.85 0.36
Hex A8 43 E 0 3C 5C 22 15 55 24
Octal 250 103 16 0 74 134 42 25 125 44
Binary 10101000 1000011 1110 0 111100 1011100 100010 10101 1010101 100100

Color Harmonies of #A8430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8430E

Black with #A8430E

Text Example


Text Example

White with #A8430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8430E; }

 p { color: rgb(168,67,14); }

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

background-color css

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

 a { background-color: rgb(168,67,14); }

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

border-color css

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

 span { border-color: rgb(168,67,14); }

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