Html Css Color HEX #A8380F Rust

📋 copy color: '#A8380F'

red 168 ◦ green 56 ◦ blue 15

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

Shades of Rust #A8380F

Tints of Rust #A8380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 70.29%
G = 23.43%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8380F (or 0xA8380F) is known color: Rust. HEX triplet: A8, 38 and 0F. RGB value is (168,56,15). Sum of RGB (Red+Green+Blue) = 168+56+15=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A8380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8380F is #57C7F0. Grayscale: #555555. Windows color (decimal): -5752817 or 997544. OLE color: 997544.

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

Color convert

RGB 168 56 15 -
CMYK 0 0.67 0.91 0.34
HSL 16.08º 0.84% 0.36% -
HSV(B) 16.08º 0.91% 0.66% -
XYZ 17.65 11.19 1.68 -
YUV 84.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 168 56 15 0 0.67 0.91 0.34 16.08 0.84 0.36
Hex A8 38 F 0 43 5B 22 10 54 24
Octal 250 70 17 0 103 133 42 20 124 44
Binary 10101000 111000 1111 0 1000011 1011011 100010 10000 1010100 100100

Color Harmonies of #A8380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8380F

Black with #A8380F

Text Example


Text Example

White with #A8380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8380F; }

 p { color: rgb(168,56,15); }

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

background-color css

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

 a { background-color: rgb(168,56,15); }

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

border-color css

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

 span { border-color: rgb(168,56,15); }

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