Html Css Color HEX #AB2816 Fire Brick

📋 copy color: '#AB2816'

red 171 ◦ green 40 ◦ blue 22

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

Shades of Fire Brick #AB2816

Tints of Fire Brick #AB2816

RGB

 RED value IS 171 (67.19% from 255) = 73.39%

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 73.39%
G = 17.17%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2816 (or 0xAB2816) is known color: Fire Brick. HEX triplet: AB, 28 and 16. RGB value is (171,40,22). Sum of RGB (Red+Green+Blue) = 171+40+22=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2816 is #54D7E9. Grayscale: #4D4D4D. Windows color (decimal): -5560298 or 1452203. OLE color: 1452203.

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

Color convert

RGB 171 40 22 -
CMYK 0 0.77 0.87 0.33
HSL 7.25º 0.77% 0.38% -
HSV(B) 7.25º 0.87% 0.67% -
XYZ 17.7 10.23 1.8 -
YUV 77.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 171 40 22 0 0.77 0.87 0.33 7.25 0.77 0.38
Hex AB 28 16 0 4D 57 21 7 4D 26
Octal 253 50 26 0 115 127 41 7 115 46
Binary 10101011 101000 10110 0 1001101 1010111 100001 111 1001101 100110

Color Harmonies of #AB2816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2816

Black with #AB2816

Text Example


Text Example

White with #AB2816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2816; }

 p { color: rgb(171,40,22); }

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

background-color css

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

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

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

border-color css

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

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

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