Html Css Color HEX #AB150C Fire Brick

📋 copy color: '#AB150C'

red 171 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #AB150C

Tints of Fire Brick #AB150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 83.82%
G = 10.29%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB150C (or 0xAB150C) is known color: Fire Brick. HEX triplet: AB, 15 and 0C. RGB value is (171,21,12). Sum of RGB (Red+Green+Blue) = 171+21+12=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB150C is #54EAF3. Grayscale: #414141. Windows color (decimal): -5565172 or 791979. OLE color: 791979.

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

Color convert

RGB 171 21 12 -
CMYK 0 0.88 0.93 0.33
HSL 3.4º 0.87% 0.36% -
HSV(B) 3.4º 0.93% 0.67% -
XYZ 17.13 9.22 1.22 -
YUV 64.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 171 21 12 0 0.88 0.93 0.33 3.4 0.87 0.36
Hex AB 15 C 0 58 5D 21 3 57 24
Octal 253 25 14 0 130 135 41 3 127 44
Binary 10101011 10101 1100 0 1011000 1011101 100001 11 1010111 100100

Color Harmonies of #AB150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB150C

Black with #AB150C

Text Example


Text Example

White with #AB150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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