Html Css Color HEX #AB2918 Fire Brick

📋 copy color: '#AB2918'

red 171 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #AB2918

Tints of Fire Brick #AB2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 72.46%
G = 17.37%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB2918 (or 0xAB2918) is known color: Fire Brick. HEX triplet: AB, 29 and 18. RGB value is (171,41,24). Sum of RGB (Red+Green+Blue) = 171+41+24=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2918 is #54D6E7. Grayscale: #4E4E4E. Windows color (decimal): -5560040 or 1583531. OLE color: 1583531.

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

Color convert

RGB 171 41 24 -
CMYK 0 0.76 0.86 0.33
HSL 6.94º 0.75% 0.38% -
HSV(B) 6.94º 0.86% 0.67% -
XYZ 17.75 10.31 1.92 -
YUV 77.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 171 41 24 0 0.76 0.86 0.33 6.94 0.75 0.38
Hex AB 29 18 0 4C 56 21 7 4B 26
Octal 253 51 30 0 114 126 41 7 113 46
Binary 10101011 101001 11000 0 1001100 1010110 100001 111 1001011 100110

Color Harmonies of #AB2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2918

Black with #AB2918

Text Example


Text Example

White with #AB2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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