Html Css Color HEX #A8140B Fire Brick

📋 copy color: '#A8140B'

red 168 ◦ green 20 ◦ blue 11

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

Shades of Fire Brick #A8140B

Tints of Fire Brick #A8140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 84.42%
G = 10.05%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8140B (or 0xA8140B) is known color: Fire Brick. HEX triplet: A8, 14 and 0B. RGB value is (168,20,11). Sum of RGB (Red+Green+Blue) = 168+20+11=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A8140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8140B is #57EBF4. Grayscale: #3F3F3F. Windows color (decimal): -5762037 or 726184. OLE color: 726184.

HSL color Cylindrical-coordinate representation of color #A8140B: hue angle of 3.44º 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 #A8140B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 11 -
CMYK 0 0.88 0.93 0.34
HSL 3.44º 0.88% 0.35% -
HSV(B) 3.44º 0.93% 0.66% -
XYZ 16.46 8.85 1.16 -
YUV 63.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 168 20 11 0 0.88 0.93 0.34 3.44 0.88 0.35
Hex A8 14 B 0 58 5D 22 3 58 23
Octal 250 24 13 0 130 135 42 3 130 43
Binary 10101000 10100 1011 0 1011000 1011101 100010 11 1011000 100011

Color Harmonies of #A8140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8140B

Black with #A8140B

Text Example


Text Example

White with #A8140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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