Html Css Color HEX #AB1F19 Fire Brick

📋 copy color: '#AB1F19'

red 171 ◦ green 31 ◦ blue 25

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

Shades of Fire Brick #AB1F19

Tints of Fire Brick #AB1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

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

R = 75.33%
G = 13.66%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB1F19 (or 0xAB1F19) is known color: Fire Brick. HEX triplet: AB, 1F and 19. RGB value is (171,31,25). Sum of RGB (Red+Green+Blue) = 171+31+25=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F19 is #54E0E6. Grayscale: #484848. Windows color (decimal): -5562599 or 1646507. OLE color: 1646507.

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

Color convert

RGB 171 31 25 -
CMYK 0 0.82 0.85 0.33
HSL 2.47º 0.74% 0.38% -
HSV(B) 2.47º 0.85% 0.67% -
XYZ 17.46 9.71 1.87 -
YUV 72.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 171 31 25 0 0.82 0.85 0.33 2.47 0.74 0.38
Hex AB 1F 19 0 52 55 21 2 4A 26
Octal 253 37 31 0 122 125 41 2 112 46
Binary 10101011 11111 11001 0 1010010 1010101 100001 10 1001010 100110

Color Harmonies of #AB1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F19

Black with #AB1F19

Text Example


Text Example

White with #AB1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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