Html Css Color HEX #A8430A Rust

📋 copy color: '#A8430A'

red 168 ◦ green 67 ◦ blue 10

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

Shades of Rust #A8430A

Tints of Rust #A8430A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.08%

R = 68.57%
G = 27.35%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A8430A (or 0xA8430A) is known color: Rust. HEX triplet: A8, 43 and 0A. RGB value is (168,67,10). Sum of RGB (Red+Green+Blue) = 168+67+10=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8430A is #57BCF5. Grayscale: #5B5B5B. Windows color (decimal): -5750006 or 672680. OLE color: 672680.

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

Color convert

RGB 168 67 10 -
CMYK 0 0.60 0.94 0.34
HSL 21.65º 0.89% 0.35% -
HSV(B) 21.65º 0.94% 0.66% -
XYZ 18.21 12.36 1.71 -
YUV 90.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 168 67 10 0 0.60 0.94 0.34 21.65 0.89 0.35
Hex A8 43 A 0 3C 5E 22 16 59 23
Octal 250 103 12 0 74 136 42 26 131 43
Binary 10101000 1000011 1010 0 111100 1011110 100010 10110 1011001 100011

Color Harmonies of #A8430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8430A

Black with #A8430A

Text Example


Text Example

White with #A8430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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