Html Css Color HEX #AB2B16 Fire Brick

📋 copy color: '#AB2B16'

red 171 ◦ green 43 ◦ blue 22

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

Shades of Fire Brick #AB2B16

Tints of Fire Brick #AB2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.22%

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

R = 72.46%
G = 18.22%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2B16 (or 0xAB2B16) is known color: Fire Brick. HEX triplet: AB, 2B and 16. RGB value is (171,43,22). Sum of RGB (Red+Green+Blue) = 171+43+22=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B16 is #54D4E9. Grayscale: #4F4F4F. Windows color (decimal): -5559530 or 1452971. OLE color: 1452971.

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

Color convert

RGB 171 43 22 -
CMYK 0 0.75 0.87 0.33
HSL 8.46º 0.77% 0.38% -
HSV(B) 8.46º 0.87% 0.67% -
XYZ 17.8 10.44 1.84 -
YUV 78.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 171 43 22 0 0.75 0.87 0.33 8.46 0.77 0.38
Hex AB 2B 16 0 4B 57 21 8 4D 26
Octal 253 53 26 0 113 127 41 10 115 46
Binary 10101011 101011 10110 0 1001011 1010111 100001 1000 1001101 100110

Color Harmonies of #AB2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B16

Black with #AB2B16

Text Example


Text Example

White with #AB2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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