Html Css Color HEX #AB2711 Fire Brick

📋 copy color: '#AB2711'

red 171 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #AB2711

Tints of Fire Brick #AB2711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 75.33%
G = 17.18%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB2711 (or 0xAB2711) is known color: Fire Brick. HEX triplet: AB, 27 and 11. RGB value is (171,39,17). Sum of RGB (Red+Green+Blue) = 171+39+17=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2711 is #54D8EE. Grayscale: #4C4C4C. Windows color (decimal): -5560559 or 1124267. OLE color: 1124267.

HSL color Cylindrical-coordinate representation of color #AB2711: hue angle of 8.57º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB2711 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 17 -
CMYK 0 0.77 0.90 0.33
HSL 8.57º 0.82% 0.37% -
HSV(B) 8.57º 0.9% 0.67% -
XYZ 17.62 10.15 1.56 -
YUV 75.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 171 39 17 0 0.77 0.90 0.33 8.57 0.82 0.37
Hex AB 27 11 0 4D 5A 21 9 52 25
Octal 253 47 21 0 115 132 41 11 122 45
Binary 10101011 100111 10001 0 1001101 1011010 100001 1001 1010010 100101

Color Harmonies of #AB2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2711

Black with #AB2711

Text Example


Text Example

White with #AB2711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2711; }

 p { color: rgb(171,39,17); }

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

background-color css

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

 a { background-color: rgb(171,39,17); }

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

border-color css

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

 span { border-color: rgb(171,39,17); }

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