Html Css Color HEX #AB1814 Fire Brick

📋 copy color: '#AB1814'

red 171 ◦ green 24 ◦ blue 20

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

Shades of Fire Brick #AB1814

Tints of Fire Brick #AB1814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 79.53%
G = 11.16%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1814 (or 0xAB1814) is known color: Fire Brick. HEX triplet: AB, 18 and 14. RGB value is (171,24,20). Sum of RGB (Red+Green+Blue) = 171+24+20=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1814 is #54E7EB. Grayscale: #434343. Windows color (decimal): -5564396 or 1317035. OLE color: 1317035.

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

Color convert

RGB 171 24 20 -
CMYK 0 0.86 0.88 0.33
HSL 1.59º 0.79% 0.37% -
HSV(B) 1.59º 0.88% 0.67% -
XYZ 17.25 9.36 1.56 -
YUV 67.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 171 24 20 0 0.86 0.88 0.33 1.59 0.79 0.37
Hex AB 18 14 0 56 58 21 2 4F 25
Octal 253 30 24 0 126 130 41 2 117 45
Binary 10101011 11000 10100 0 1010110 1011000 100001 10 1001111 100101

Color Harmonies of #AB1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1814

Black with #AB1814

Text Example


Text Example

White with #AB1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1814; }

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

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

background-color css

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

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

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

border-color css

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

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

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