Html Css Color HEX #AB1C14 Fire Brick

📋 copy color: '#AB1C14'

red 171 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #AB1C14

Tints of Fire Brick #AB1C14

RGB

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

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

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

R = 78.08%
G = 12.79%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1C14 (or 0xAB1C14) is known color: Fire Brick. HEX triplet: AB, 1C and 14. RGB value is (171,28,20). Sum of RGB (Red+Green+Blue) = 171+28+20=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C14 is #54E3EB. Grayscale: #464646. Windows color (decimal): -5563372 or 1318059. OLE color: 1318059.

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

Color convert

RGB 171 28 20 -
CMYK 0 0.84 0.88 0.33
HSL 3.18º 0.79% 0.37% -
HSV(B) 3.18º 0.88% 0.67% -
XYZ 17.34 9.54 1.59 -
YUV 69.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 171 28 20 0 0.84 0.88 0.33 3.18 0.79 0.37
Hex AB 1C 14 0 54 58 21 3 4F 25
Octal 253 34 24 0 124 130 41 3 117 45
Binary 10101011 11100 10100 0 1010100 1011000 100001 11 1001111 100101

Color Harmonies of #AB1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C14

Black with #AB1C14

Text Example


Text Example

White with #AB1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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