Html Css Color HEX #AB2A16 Fire Brick

📋 copy color: '#AB2A16'

red 171 ◦ green 42 ◦ blue 22

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

Shades of Fire Brick #AB2A16

Tints of Fire Brick #AB2A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

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

R = 72.77%
G = 17.87%
B = 9.36%

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

#AB2A16 (or 0xAB2A16) is known color: Fire Brick. HEX triplet: AB, 2A and 16. RGB value is (171,42,22). Sum of RGB (Red+Green+Blue) = 171+42+22=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A16 is #54D5E9. Grayscale: #4E4E4E. Windows color (decimal): -5559786 or 1452715. OLE color: 1452715.

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

Color convert

RGB 171 42 22 -
CMYK 0 0.75 0.87 0.33
HSL 8.05º 0.77% 0.38% -
HSV(B) 8.05º 0.87% 0.67% -
XYZ 17.77 10.37 1.82 -
YUV 78.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 171 42 22 0 0.75 0.87 0.33 8.05 0.77 0.38
Hex AB 2A 16 0 4B 57 21 8 4D 26
Octal 253 52 26 0 113 127 41 10 115 46
Binary 10101011 101010 10110 0 1001011 1010111 100001 1000 1001101 100110

Color Harmonies of #AB2A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A16

Black with #AB2A16

Text Example


Text Example

White with #AB2A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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