Html Css Color HEX #A81615 Fire Brick

📋 copy color: '#A81615'

red 168 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #A81615

Tints of Fire Brick #A81615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 79.62%
G = 10.43%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A81615 (or 0xA81615) is known color: Fire Brick. HEX triplet: A8, 16 and 15. RGB value is (168,22,21). Sum of RGB (Red+Green+Blue) = 168+22+21=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A81615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81615 is #57E9EA. Grayscale: #414141. Windows color (decimal): -5761515 or 1382056. OLE color: 1382056.

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

Color convert

RGB 168 22 21 -
CMYK 0 0.87 0.88 0.34
HSL 0.41º 0.78% 0.37% -
HSV(B) 0.41º 0.88% 0.66% -
XYZ 16.57 8.95 1.56 -
YUV 65.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 168 22 21 0 0.87 0.88 0.34 0.41 0.78 0.37
Hex A8 16 15 0 57 58 22 0 4E 25
Octal 250 26 25 0 127 130 42 0 116 45
Binary 10101000 10110 10101 0 1010111 1011000 100010 0 1001110 100101

Color Harmonies of #A81615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81615

Black with #A81615

Text Example


Text Example

White with #A81615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81615; }

 p { color: rgb(168,22,21); }

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

background-color css

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

 a { background-color: rgb(168,22,21); }

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

border-color css

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

 span { border-color: rgb(168,22,21); }

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