Html Css Color HEX #AB1E12 Fire Brick

📋 copy color: '#AB1E12'

red 171 ◦ green 30 ◦ blue 18

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

Shades of Fire Brick #AB1E12

Tints of Fire Brick #AB1E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

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

R = 78.08%
G = 13.7%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB1E12 (or 0xAB1E12) is known color: Fire Brick. HEX triplet: AB, 1E and 12. RGB value is (171,30,18). Sum of RGB (Red+Green+Blue) = 171+30+18=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E12 is #54E1ED. Grayscale: #464646. Windows color (decimal): -5562862 or 1187499. OLE color: 1187499.

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

Color convert

RGB 171 30 18 -
CMYK 0 0.82 0.89 0.33
HSL 4.71º 0.81% 0.37% -
HSV(B) 4.71º 0.89% 0.67% -
XYZ 17.37 9.63 1.52 -
YUV 70.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 171 30 18 0 0.82 0.89 0.33 4.71 0.81 0.37
Hex AB 1E 12 0 52 59 21 5 51 25
Octal 253 36 22 0 122 131 41 5 121 45
Binary 10101011 11110 10010 0 1010010 1011001 100001 101 1010001 100101

Color Harmonies of #AB1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E12

Black with #AB1E12

Text Example


Text Example

White with #AB1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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