Html Css Color HEX #AB1C19 Fire Brick

📋 copy color: '#AB1C19'

red 171 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #AB1C19

Tints of Fire Brick #AB1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 76.34%
G = 12.5%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB1C19 (or 0xAB1C19) is known color: Fire Brick. HEX triplet: AB, 1C and 19. RGB value is (171,28,25). Sum of RGB (Red+Green+Blue) = 171+28+25=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C19 is #54E3E6. Grayscale: #464646. Windows color (decimal): -5563367 or 1645739. OLE color: 1645739.

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

Color convert

RGB 171 28 25 -
CMYK 0 0.84 0.85 0.33
HSL 1.23º 0.74% 0.38% -
HSV(B) 1.23º 0.85% 0.67% -
XYZ 17.39 9.56 1.85 -
YUV 70.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 171 28 25 0 0.84 0.85 0.33 1.23 0.74 0.38
Hex AB 1C 19 0 54 55 21 1 4A 26
Octal 253 34 31 0 124 125 41 1 112 46
Binary 10101011 11100 11001 0 1010100 1010101 100001 1 1001010 100110

Color Harmonies of #AB1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C19

Black with #AB1C19

Text Example


Text Example

White with #AB1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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