Html Css Color HEX #AB1715 Fire Brick

📋 copy color: '#AB1715'

red 171 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #AB1715

Tints of Fire Brick #AB1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 79.53%
G = 10.7%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1715 (or 0xAB1715) is known color: Fire Brick. HEX triplet: AB, 17 and 15. RGB value is (171,23,21). Sum of RGB (Red+Green+Blue) = 171+23+21=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1715 is #54E8EA. Grayscale: #434343. Windows color (decimal): -5564651 or 1382315. OLE color: 1382315.

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

Color convert

RGB 171 23 21 -
CMYK 0 0.87 0.88 0.33
HSL 0.8º 0.78% 0.38% -
HSV(B) 0.8º 0.88% 0.67% -
XYZ 17.24 9.32 1.6 -
YUV 67.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 171 23 21 0 0.87 0.88 0.33 0.8 0.78 0.38
Hex AB 17 15 0 57 58 21 1 4E 26
Octal 253 27 25 0 127 130 41 1 116 46
Binary 10101011 10111 10101 0 1010111 1011000 100001 1 1001110 100110

Color Harmonies of #AB1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1715

Black with #AB1715

Text Example


Text Example

White with #AB1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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