Html Css Color HEX #AB1F18 Fire Brick

📋 copy color: '#AB1F18'

red 171 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #AB1F18

Tints of Fire Brick #AB1F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 75.66%
G = 13.72%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB1F18 (or 0xAB1F18) is known color: Fire Brick. HEX triplet: AB, 1F and 18. RGB value is (171,31,24). Sum of RGB (Red+Green+Blue) = 171+31+24=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F18 is #54E0E7. Grayscale: #484848. Windows color (decimal): -5562600 or 1580971. OLE color: 1580971.

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

Color convert

RGB 171 31 24 -
CMYK 0 0.82 0.86 0.33
HSL 2.86º 0.75% 0.38% -
HSV(B) 2.86º 0.86% 0.67% -
XYZ 17.45 9.7 1.82 -
YUV 72.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 171 31 24 0 0.82 0.86 0.33 2.86 0.75 0.38
Hex AB 1F 18 0 52 56 21 3 4B 26
Octal 253 37 30 0 122 126 41 3 113 46
Binary 10101011 11111 11000 0 1010010 1010110 100001 11 1001011 100110

Color Harmonies of #AB1F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F18

Black with #AB1F18

Text Example


Text Example

White with #AB1F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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