Html Css Color HEX #AB2015 Fire Brick

📋 copy color: '#AB2015'

red 171 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #AB2015

Tints of Fire Brick #AB2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 76.34%
G = 14.29%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2015 (or 0xAB2015) is known color: Fire Brick. HEX triplet: AB, 20 and 15. RGB value is (171,32,21). Sum of RGB (Red+Green+Blue) = 171+32+21=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2015 is #54DFEA. Grayscale: #484848. Windows color (decimal): -5562347 or 1384619. OLE color: 1384619.

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

Color convert

RGB 171 32 21 -
CMYK 0 0.81 0.88 0.33
HSL 4.4º 0.78% 0.38% -
HSV(B) 4.4º 0.88% 0.67% -
XYZ 17.45 9.75 1.67 -
YUV 72.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 171 32 21 0 0.81 0.88 0.33 4.4 0.78 0.38
Hex AB 20 15 0 51 58 21 4 4E 26
Octal 253 40 25 0 121 130 41 4 116 46
Binary 10101011 100000 10101 0 1010001 1011000 100001 100 1001110 100110

Color Harmonies of #AB2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2015

Black with #AB2015

Text Example


Text Example

White with #AB2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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