Html Css Color HEX #AB1E18 Fire Brick

📋 copy color: '#AB1E18'

red 171 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #AB1E18

Tints of Fire Brick #AB1E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.33%

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

R = 76%
G = 13.33%
B = 10.67%

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

#AB1E18 (or 0xAB1E18) is known color: Fire Brick. HEX triplet: AB, 1E and 18. RGB value is (171,30,24). Sum of RGB (Red+Green+Blue) = 171+30+24=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E18 is #54E1E7. Grayscale: #474747. Windows color (decimal): -5562856 or 1580715. OLE color: 1580715.

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

Color convert

RGB 171 30 24 -
CMYK 0 0.82 0.86 0.33
HSL 2.45º 0.75% 0.38% -
HSV(B) 2.45º 0.86% 0.67% -
XYZ 17.42 9.65 1.81 -
YUV 71.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 171 30 24 0 0.82 0.86 0.33 2.45 0.75 0.38
Hex AB 1E 18 0 52 56 21 2 4B 26
Octal 253 36 30 0 122 126 41 2 113 46
Binary 10101011 11110 11000 0 1010010 1010110 100001 10 1001011 100110

Color Harmonies of #AB1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E18

Black with #AB1E18

Text Example


Text Example

White with #AB1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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