Html Css Color HEX #AB1C18 Fire Brick

📋 copy color: '#AB1C18'

red 171 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #AB1C18

Tints of Fire Brick #AB1C18

RGB

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

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

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

R = 76.68%
G = 12.56%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB1C18 (or 0xAB1C18) is known color: Fire Brick. HEX triplet: AB, 1C and 18. RGB value is (171,28,24). Sum of RGB (Red+Green+Blue) = 171+28+24=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C18 is #54E3E7. Grayscale: #464646. Windows color (decimal): -5563368 or 1580203. OLE color: 1580203.

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

Color convert

RGB 171 28 24 -
CMYK 0 0.84 0.86 0.33
HSL 1.63º 0.75% 0.38% -
HSV(B) 1.63º 0.86% 0.67% -
XYZ 17.37 9.55 1.79 -
YUV 70.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 171 28 24 0 0.84 0.86 0.33 1.63 0.75 0.38
Hex AB 1C 18 0 54 56 21 2 4B 26
Octal 253 34 30 0 124 126 41 2 113 46
Binary 10101011 11100 11000 0 1010100 1010110 100001 10 1001011 100110

Color Harmonies of #AB1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C18

Black with #AB1C18

Text Example


Text Example

White with #AB1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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