Html Css Color HEX #A8300B Rust

📋 copy color: '#A8300B'

red 168 ◦ green 48 ◦ blue 11

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

Shades of Rust #A8300B

Tints of Rust #A8300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 74.01%
G = 21.15%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8300B (or 0xA8300B) is known color: Rust. HEX triplet: A8, 30 and 0B. RGB value is (168,48,11). Sum of RGB (Red+Green+Blue) = 168+48+11=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A8300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8300B is #57CFF4. Grayscale: #4F4F4F. Windows color (decimal): -5754869 or 733352. OLE color: 733352.

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

Color convert

RGB 168 48 11 -
CMYK 0 0.71 0.93 0.34
HSL 14.14º 0.88% 0.35% -
HSV(B) 14.14º 0.93% 0.66% -
XYZ 17.27 10.46 1.43 -
YUV 79.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 168 48 11 0 0.71 0.93 0.34 14.14 0.88 0.35
Hex A8 30 B 0 47 5D 22 E 58 23
Octal 250 60 13 0 107 135 42 16 130 43
Binary 10101000 110000 1011 0 1000111 1011101 100010 1110 1011000 100011

Color Harmonies of #A8300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8300B

Black with #A8300B

Text Example


Text Example

White with #A8300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8300B; }

 p { color: rgb(168,48,11); }

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

background-color css

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

 a { background-color: rgb(168,48,11); }

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

border-color css

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

 span { border-color: rgb(168,48,11); }

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