Html Css Color HEX #AB2119 Fire Brick

📋 copy color: '#AB2119'

red 171 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #AB2119

Tints of Fire Brick #AB2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 74.67%
G = 14.41%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB2119 (or 0xAB2119) is known color: Fire Brick. HEX triplet: AB, 21 and 19. RGB value is (171,33,25). Sum of RGB (Red+Green+Blue) = 171+33+25=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2119 is #54DEE6. Grayscale: #494949. Windows color (decimal): -5562087 or 1647019. OLE color: 1647019.

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

Color convert

RGB 171 33 25 -
CMYK 0 0.81 0.85 0.33
HSL 3.29º 0.74% 0.38% -
HSV(B) 3.29º 0.85% 0.67% -
XYZ 17.51 9.82 1.89 -
YUV 73.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 171 33 25 0 0.81 0.85 0.33 3.29 0.74 0.38
Hex AB 21 19 0 51 55 21 3 4A 26
Octal 253 41 31 0 121 125 41 3 112 46
Binary 10101011 100001 11001 0 1010001 1010101 100001 11 1001010 100110

Color Harmonies of #AB2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2119

Black with #AB2119

Text Example


Text Example

White with #AB2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2119; }

 p { color: rgb(171,33,25); }

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

background-color css

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

 a { background-color: rgb(171,33,25); }

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

border-color css

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

 span { border-color: rgb(171,33,25); }

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