Html Css Color HEX #AB2214 Fire Brick

📋 copy color: '#AB2214'

red 171 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #AB2214

Tints of Fire Brick #AB2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 76%
G = 15.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2214 (or 0xAB2214) is known color: Fire Brick. HEX triplet: AB, 22 and 14. RGB value is (171,34,20). Sum of RGB (Red+Green+Blue) = 171+34+20=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2214 is #54DDEB. Grayscale: #494949. Windows color (decimal): -5561836 or 1319595. OLE color: 1319595.

HSL color Cylindrical-coordinate representation of color #AB2214: hue angle of 5.56º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB2214 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 20 -
CMYK 0 0.80 0.88 0.33
HSL 5.56º 0.79% 0.37% -
HSV(B) 5.56º 0.88% 0.67% -
XYZ 17.49 9.85 1.64 -
YUV 73.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 171 34 20 0 0.80 0.88 0.33 5.56 0.79 0.37
Hex AB 22 14 0 50 58 21 6 4F 25
Octal 253 42 24 0 120 130 41 6 117 45
Binary 10101011 100010 10100 0 1010000 1011000 100001 110 1001111 100101

Color Harmonies of #AB2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2214

Black with #AB2214

Text Example


Text Example

White with #AB2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2214; }

 p { color: rgb(171,34,20); }

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

background-color css

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

 a { background-color: rgb(171,34,20); }

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

border-color css

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

 span { border-color: rgb(171,34,20); }

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