Html Css Color HEX #AB1914 Fire Brick

📋 copy color: '#AB1914'

red 171 ◦ green 25 ◦ blue 20

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

Shades of Fire Brick #AB1914

Tints of Fire Brick #AB1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

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

R = 79.17%
G = 11.57%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1914 (or 0xAB1914) is known color: Fire Brick. HEX triplet: AB, 19 and 14. RGB value is (171,25,20). Sum of RGB (Red+Green+Blue) = 171+25+20=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1914 is #54E6EB. Grayscale: #444444. Windows color (decimal): -5564140 or 1317291. OLE color: 1317291.

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

Color convert

RGB 171 25 20 -
CMYK 0 0.85 0.88 0.33
HSL 1.99º 0.79% 0.37% -
HSV(B) 1.99º 0.88% 0.67% -
XYZ 17.27 9.4 1.57 -
YUV 68.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 171 25 20 0 0.85 0.88 0.33 1.99 0.79 0.37
Hex AB 19 14 0 55 58 21 2 4F 25
Octal 253 31 24 0 125 130 41 2 117 45
Binary 10101011 11001 10100 0 1010101 1011000 100001 10 1001111 100101

Color Harmonies of #AB1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1914

Black with #AB1914

Text Example


Text Example

White with #AB1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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