Html Css Color HEX #AB2616 Fire Brick

📋 copy color: '#AB2616'

red 171 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #AB2616

Tints of Fire Brick #AB2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

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

R = 74.03%
G = 16.45%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2616 (or 0xAB2616) is known color: Fire Brick. HEX triplet: AB, 26 and 16. RGB value is (171,38,22). Sum of RGB (Red+Green+Blue) = 171+38+22=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2616 is #54D9E9. Grayscale: #4C4C4C. Windows color (decimal): -5560810 or 1451691. OLE color: 1451691.

HSL color Cylindrical-coordinate representation of color #AB2616: hue angle of 6.44º 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 #AB2616 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 38 22 -
CMYK 0 0.78 0.87 0.33
HSL 6.44º 0.77% 0.38% -
HSV(B) 6.44º 0.87% 0.67% -
XYZ 17.63 10.1 1.78 -
YUV 75.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 171 38 22 0 0.78 0.87 0.33 6.44 0.77 0.38
Hex AB 26 16 0 4E 57 21 6 4D 26
Octal 253 46 26 0 116 127 41 6 115 46
Binary 10101011 100110 10110 0 1001110 1010111 100001 110 1001101 100110

Color Harmonies of #AB2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2616

Black with #AB2616

Text Example


Text Example

White with #AB2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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