Html Css Color HEX #AB2C12 Fire Brick

📋 copy color: '#AB2C12'

red 171 ◦ green 44 ◦ blue 18

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

Shades of Fire Brick #AB2C12

Tints of Fire Brick #AB2C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 73.39%
G = 18.88%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2C12 (or 0xAB2C12) is known color: Fire Brick. HEX triplet: AB, 2C and 12. RGB value is (171,44,18). Sum of RGB (Red+Green+Blue) = 171+44+18=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C12 is #54D3ED. Grayscale: #4F4F4F. Windows color (decimal): -5559278 or 1191083. OLE color: 1191083.

HSL color Cylindrical-coordinate representation of color #AB2C12: hue angle of 10.2º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB2C12 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 44 18 -
CMYK 0 0.74 0.89 0.33
HSL 10.2º 0.81% 0.37% -
HSV(B) 10.2º 0.89% 0.67% -
XYZ 17.8 10.5 1.66 -
YUV 79.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 171 44 18 0 0.74 0.89 0.33 10.2 0.81 0.37
Hex AB 2C 12 0 4A 59 21 A 51 25
Octal 253 54 22 0 112 131 41 12 121 45
Binary 10101011 101100 10010 0 1001010 1011001 100001 1010 1010001 100101

Color Harmonies of #AB2C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C12

Black with #AB2C12

Text Example


Text Example

White with #AB2C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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