Html Css Color HEX #A81616 Fire Brick

📋 copy color: '#A81616'

red 168 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #A81616

Tints of Fire Brick #A81616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 79.25%
G = 10.38%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A81616 (or 0xA81616) is known color: Fire Brick. HEX triplet: A8, 16 and 16. RGB value is (168,22,22). Sum of RGB (Red+Green+Blue) = 168+22+22=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81616 is #57E9E9. Grayscale: #414141. Windows color (decimal): -5761514 or 1447592. OLE color: 1447592.

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

Color convert

RGB 168 22 22 -
CMYK 0 0.87 0.87 0.34
HSL 0.77% 0.37% -
HSV(B) 0.87% 0.66% -
XYZ 16.58 8.96 1.61 -
YUV 65.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 168 22 22 0 0.87 0.87 0.34 0 0.77 0.37
Hex A8 16 16 0 57 57 22 0 4D 25
Octal 250 26 26 0 127 127 42 0 115 45
Binary 10101000 10110 10110 0 1010111 1010111 100010 0 1001101 100101

Color Harmonies of #A81616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81616

Black with #A81616

Text Example


Text Example

White with #A81616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81616; }

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

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

background-color css

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

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

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

border-color css

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

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

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