Html Css Color HEX #AB2412 Fire Brick

📋 copy color: '#AB2412'

red 171 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #AB2412

Tints of Fire Brick #AB2412

RGB

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

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

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

R = 76%
G = 16%
B = 8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2412 (or 0xAB2412) is known color: Fire Brick. HEX triplet: AB, 24 and 12. RGB value is (171,36,18). Sum of RGB (Red+Green+Blue) = 171+36+18=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2412 is #54DBED. Grayscale: #4A4A4A. Windows color (decimal): -5561326 or 1189035. OLE color: 1189035.

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

Color convert

RGB 171 36 18 -
CMYK 0 0.79 0.89 0.33
HSL 7.06º 0.81% 0.37% -
HSV(B) 7.06º 0.89% 0.67% -
XYZ 17.53 9.96 1.57 -
YUV 74.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 171 36 18 0 0.79 0.89 0.33 7.06 0.81 0.37
Hex AB 24 12 0 4F 59 21 7 51 25
Octal 253 44 22 0 117 131 41 7 121 45
Binary 10101011 100100 10010 0 1001111 1011001 100001 111 1010001 100101

Color Harmonies of #AB2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2412

Black with #AB2412

Text Example


Text Example

White with #AB2412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2412; }

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

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

background-color css

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

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

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

border-color css

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

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

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