Html Css Color HEX #AB150E Fire Brick

📋 copy color: '#AB150E'

red 171 ◦ green 21 ◦ blue 14

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

Shades of Fire Brick #AB150E

Tints of Fire Brick #AB150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 83.01%
G = 10.19%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB150E (or 0xAB150E) is known color: Fire Brick. HEX triplet: AB, 15 and 0E. RGB value is (171,21,14). Sum of RGB (Red+Green+Blue) = 171+21+14=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB150E is #54EAF1. Grayscale: #414141. Windows color (decimal): -5565170 or 923051. OLE color: 923051.

HSL color Cylindrical-coordinate representation of color #AB150E: hue angle of 2.68º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 14 -
CMYK 0 0.88 0.92 0.33
HSL 2.68º 0.85% 0.36% -
HSV(B) 2.68º 0.92% 0.67% -
XYZ 17.14 9.23 1.29 -
YUV 65.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 171 21 14 0 0.88 0.92 0.33 2.68 0.85 0.36
Hex AB 15 E 0 58 5C 21 3 55 24
Octal 253 25 16 0 130 134 41 3 125 44
Binary 10101011 10101 1110 0 1011000 1011100 100001 11 1010101 100100

Color Harmonies of #AB150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB150E

Black with #AB150E

Text Example


Text Example

White with #AB150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB150E; }

 p { color: rgb(171,21,14); }

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

background-color css

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

 a { background-color: rgb(171,21,14); }

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

border-color css

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

 span { border-color: rgb(171,21,14); }

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