Html Css Color HEX #AB2411 Fire Brick

📋 copy color: '#AB2411'

red 171 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #AB2411

Tints of Fire Brick #AB2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.07%

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

R = 76.34%
G = 16.07%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB2411 (or 0xAB2411) is known color: Fire Brick. HEX triplet: AB, 24 and 11. RGB value is (171,36,17). Sum of RGB (Red+Green+Blue) = 171+36+17=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2411 is #54DBEE. Grayscale: #4A4A4A. Windows color (decimal): -5561327 or 1123499. OLE color: 1123499.

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

Color convert

RGB 171 36 17 -
CMYK 0 0.79 0.90 0.33
HSL 7.4º 0.82% 0.37% -
HSV(B) 7.4º 0.9% 0.67% -
XYZ 17.53 9.96 1.53 -
YUV 74.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 171 36 17 0 0.79 0.90 0.33 7.4 0.82 0.37
Hex AB 24 11 0 4F 5A 21 7 52 25
Octal 253 44 21 0 117 132 41 7 122 45
Binary 10101011 100100 10001 0 1001111 1011010 100001 111 1010010 100101

Color Harmonies of #AB2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2411

Black with #AB2411

Text Example


Text Example

White with #AB2411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2411; }

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

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

background-color css

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

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

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

border-color css

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

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

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