Html Css Color HEX #AB2118 Fire Brick

📋 copy color: '#AB2118'

red 171 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #AB2118

Tints of Fire Brick #AB2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

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

R = 75%
G = 14.47%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB2118 (or 0xAB2118) is known color: Fire Brick. HEX triplet: AB, 21 and 18. RGB value is (171,33,24). Sum of RGB (Red+Green+Blue) = 171+33+24=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2118 is #54DEE7. Grayscale: #494949. Windows color (decimal): -5562088 or 1581483. OLE color: 1581483.

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

Color convert

RGB 171 33 24 -
CMYK 0 0.81 0.86 0.33
HSL 3.67º 0.75% 0.38% -
HSV(B) 3.67º 0.86% 0.67% -
XYZ 17.5 9.81 1.84 -
YUV 73.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 171 33 24 0 0.81 0.86 0.33 3.67 0.75 0.38
Hex AB 21 18 0 51 56 21 4 4B 26
Octal 253 41 30 0 121 126 41 4 113 46
Binary 10101011 100001 11000 0 1010001 1010110 100001 100 1001011 100110

Color Harmonies of #AB2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2118

Black with #AB2118

Text Example


Text Example

White with #AB2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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