Html Css Color HEX #AB2611 Fire Brick

📋 copy color: '#AB2611'

red 171 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #AB2611

Tints of Fire Brick #AB2611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 75.66%
G = 16.81%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB2611 (or 0xAB2611) is known color: Fire Brick. HEX triplet: AB, 26 and 11. RGB value is (171,38,17). Sum of RGB (Red+Green+Blue) = 171+38+17=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2611 is #54D9EE. Grayscale: #4B4B4B. Windows color (decimal): -5560815 or 1124011. OLE color: 1124011.

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

Color convert

RGB 171 38 17 -
CMYK 0 0.78 0.90 0.33
HSL 8.18º 0.82% 0.37% -
HSV(B) 8.18º 0.9% 0.67% -
XYZ 17.59 10.08 1.55 -
YUV 75.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 171 38 17 0 0.78 0.90 0.33 8.18 0.82 0.37
Hex AB 26 11 0 4E 5A 21 8 52 25
Octal 253 46 21 0 116 132 41 10 122 45
Binary 10101011 100110 10001 0 1001110 1011010 100001 1000 1010010 100101

Color Harmonies of #AB2611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2611

Black with #AB2611

Text Example


Text Example

White with #AB2611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2611; }

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

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

background-color css

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

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

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

border-color css

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

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

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