Html Css Color HEX #AB2117 Fire Brick

📋 copy color: '#AB2117'

red 171 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #AB2117

Tints of Fire Brick #AB2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

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

R = 75.33%
G = 14.54%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2117 (or 0xAB2117) is known color: Fire Brick. HEX triplet: AB, 21 and 17. RGB value is (171,33,23). Sum of RGB (Red+Green+Blue) = 171+33+23=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2117 is #54DEE8. Grayscale: #494949. Windows color (decimal): -5562089 or 1515947. OLE color: 1515947.

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

Color convert

RGB 171 33 23 -
CMYK 0 0.81 0.87 0.33
HSL 4.05º 0.76% 0.38% -
HSV(B) 4.05º 0.87% 0.67% -
XYZ 17.49 9.81 1.78 -
YUV 73.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 171 33 23 0 0.81 0.87 0.33 4.05 0.76 0.38
Hex AB 21 17 0 51 57 21 4 4C 26
Octal 253 41 27 0 121 127 41 4 114 46
Binary 10101011 100001 10111 0 1010001 1010111 100001 100 1001100 100110

Color Harmonies of #AB2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2117

Black with #AB2117

Text Example


Text Example

White with #AB2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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