Html Css Color HEX #AB2917 Fire Brick

📋 copy color: '#AB2917'

red 171 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #AB2917

Tints of Fire Brick #AB2917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 72.77%
G = 17.45%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2917 (or 0xAB2917) is known color: Fire Brick. HEX triplet: AB, 29 and 17. RGB value is (171,41,23). Sum of RGB (Red+Green+Blue) = 171+41+23=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2917 is #54D6E8. Grayscale: #4E4E4E. Windows color (decimal): -5560041 or 1517995. OLE color: 1517995.

HSL color Cylindrical-coordinate representation of color #AB2917: hue angle of 7.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB2917 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 23 -
CMYK 0 0.76 0.87 0.33
HSL 7.3º 0.76% 0.38% -
HSV(B) 7.3º 0.87% 0.67% -
XYZ 17.74 10.31 1.86 -
YUV 77.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 171 41 23 0 0.76 0.87 0.33 7.3 0.76 0.38
Hex AB 29 17 0 4C 57 21 7 4C 26
Octal 253 51 27 0 114 127 41 7 114 46
Binary 10101011 101001 10111 0 1001100 1010111 100001 111 1001100 100110

Color Harmonies of #AB2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2917

Black with #AB2917

Text Example


Text Example

White with #AB2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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