Html Css Color HEX #AB2418 Fire Brick

📋 copy color: '#AB2418'

red 171 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #AB2418

Tints of Fire Brick #AB2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 74.03%
G = 15.58%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB2418 (or 0xAB2418) is known color: Fire Brick. HEX triplet: AB, 24 and 18. RGB value is (171,36,24). Sum of RGB (Red+Green+Blue) = 171+36+24=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2418 is #54DBE7. Grayscale: #4B4B4B. Windows color (decimal): -5561320 or 1582251. OLE color: 1582251.

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

Color convert

RGB 171 36 24 -
CMYK 0 0.79 0.86 0.33
HSL 4.9º 0.75% 0.38% -
HSV(B) 4.9º 0.86% 0.67% -
XYZ 17.59 9.99 1.86 -
YUV 75 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 171 36 24 0 0.79 0.86 0.33 4.9 0.75 0.38
Hex AB 24 18 0 4F 56 21 5 4B 26
Octal 253 44 30 0 117 126 41 5 113 46
Binary 10101011 100100 11000 0 1001111 1010110 100001 101 1001011 100110

Color Harmonies of #AB2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2418

Black with #AB2418

Text Example


Text Example

White with #AB2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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