Html Css Color HEX #AB1D15 Fire Brick

📋 copy color: '#AB1D15'

red 171 ◦ green 29 ◦ blue 21

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

Shades of Fire Brick #AB1D15

Tints of Fire Brick #AB1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

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

R = 77.38%
G = 13.12%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1D15 (or 0xAB1D15) is known color: Fire Brick. HEX triplet: AB, 1D and 15. RGB value is (171,29,21). Sum of RGB (Red+Green+Blue) = 171+29+21=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D15 is #54E2EA. Grayscale: #464646. Windows color (decimal): -5563115 or 1383851. OLE color: 1383851.

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

Color convert

RGB 171 29 21 -
CMYK 0 0.83 0.88 0.33
HSL 3.2º 0.78% 0.38% -
HSV(B) 3.2º 0.88% 0.67% -
XYZ 17.37 9.59 1.65 -
YUV 70.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 171 29 21 0 0.83 0.88 0.33 3.2 0.78 0.38
Hex AB 1D 15 0 53 58 21 3 4E 26
Octal 253 35 25 0 123 130 41 3 116 46
Binary 10101011 11101 10101 0 1010011 1011000 100001 11 1001110 100110

Color Harmonies of #AB1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1D15

Black with #AB1D15

Text Example


Text Example

White with #AB1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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