Html Css Color HEX #AB2519 Fire Brick

📋 copy color: '#AB2519'

red 171 ◦ green 37 ◦ blue 25

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

Shades of Fire Brick #AB2519

Tints of Fire Brick #AB2519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 73.39%
G = 15.88%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB2519 (or 0xAB2519) is known color: Fire Brick. HEX triplet: AB, 25 and 19. RGB value is (171,37,25). Sum of RGB (Red+Green+Blue) = 171+37+25=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2519 is #54DAE6. Grayscale: #4B4B4B. Windows color (decimal): -5561063 or 1648043. OLE color: 1648043.

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

Color convert

RGB 171 37 25 -
CMYK 0 0.78 0.85 0.33
HSL 4.93º 0.74% 0.38% -
HSV(B) 4.93º 0.85% 0.67% -
XYZ 17.63 10.05 1.93 -
YUV 75.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 171 37 25 0 0.78 0.85 0.33 4.93 0.74 0.38
Hex AB 25 19 0 4E 55 21 5 4A 26
Octal 253 45 31 0 116 125 41 5 112 46
Binary 10101011 100101 11001 0 1001110 1010101 100001 101 1001010 100110

Color Harmonies of #AB2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2519

Black with #AB2519

Text Example


Text Example

White with #AB2519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2519; }

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

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

background-color css

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

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

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

border-color css

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

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

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