Html Css Color HEX #AB2018 Fire Brick

📋 copy color: '#AB2018'

red 171 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #AB2018

Tints of Fire Brick #AB2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 75.33%
G = 14.1%
B = 10.57%

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

#AB2018 (or 0xAB2018) is known color: Fire Brick. HEX triplet: AB, 20 and 18. RGB value is (171,32,24). Sum of RGB (Red+Green+Blue) = 171+32+24=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2018 is #54DFE7. Grayscale: #484848. Windows color (decimal): -5562344 or 1581227. OLE color: 1581227.

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

Color convert

RGB 171 32 24 -
CMYK 0 0.81 0.86 0.33
HSL 3.27º 0.75% 0.38% -
HSV(B) 3.27º 0.86% 0.67% -
XYZ 17.48 9.76 1.83 -
YUV 72.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 171 32 24 0 0.81 0.86 0.33 3.27 0.75 0.38
Hex AB 20 18 0 51 56 21 3 4B 26
Octal 253 40 30 0 121 126 41 3 113 46
Binary 10101011 100000 11000 0 1010001 1010110 100001 11 1001011 100110

Color Harmonies of #AB2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2018

Black with #AB2018

Text Example


Text Example

White with #AB2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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