Html Css Color HEX #AB2C11 Fire Brick

📋 copy color: '#AB2C11'

red 171 ◦ green 44 ◦ blue 17

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

Shades of Fire Brick #AB2C11

Tints of Fire Brick #AB2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

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

R = 73.71%
G = 18.97%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB2C11 (or 0xAB2C11) is known color: Fire Brick. HEX triplet: AB, 2C and 11. RGB value is (171,44,17). Sum of RGB (Red+Green+Blue) = 171+44+17=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C11 is #54D3EE. Grayscale: #4F4F4F. Windows color (decimal): -5559279 or 1125547. OLE color: 1125547.

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

Color convert

RGB 171 44 17 -
CMYK 0 0.74 0.90 0.33
HSL 10.52º 0.82% 0.37% -
HSV(B) 10.52º 0.9% 0.67% -
XYZ 17.8 10.5 1.62 -
YUV 78.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 171 44 17 0 0.74 0.90 0.33 10.52 0.82 0.37
Hex AB 2C 11 0 4A 5A 21 B 52 25
Octal 253 54 21 0 112 132 41 13 122 45
Binary 10101011 101100 10001 0 1001010 1011010 100001 1011 1010010 100101

Color Harmonies of #AB2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C11

Black with #AB2C11

Text Example


Text Example

White with #AB2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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