Html Css Color HEX #AB1817 Fire Brick

📋 copy color: '#AB1817'

red 171 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #AB1817

Tints of Fire Brick #AB1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 78.44%
G = 11.01%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1817 (or 0xAB1817) is known color: Fire Brick. HEX triplet: AB, 18 and 17. RGB value is (171,24,23). Sum of RGB (Red+Green+Blue) = 171+24+23=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1817 is #54E7E8. Grayscale: #434343. Windows color (decimal): -5564393 or 1513643. OLE color: 1513643.

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

Color convert

RGB 171 24 23 -
CMYK 0 0.86 0.87 0.33
HSL 0.41º 0.76% 0.38% -
HSV(B) 0.41º 0.87% 0.67% -
XYZ 17.28 9.37 1.71 -
YUV 67.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 171 24 23 0 0.86 0.87 0.33 0.41 0.76 0.38
Hex AB 18 17 0 56 57 21 0 4C 26
Octal 253 30 27 0 126 127 41 0 114 46
Binary 10101011 11000 10111 0 1010110 1010111 100001 0 1001100 100110

Color Harmonies of #AB1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1817

Black with #AB1817

Text Example


Text Example

White with #AB1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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