Html Css Color HEX #AB1D1C Fire Brick

📋 copy color: '#AB1D1C'

red 171 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #AB1D1C

Tints of Fire Brick #AB1D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 75%
G = 12.72%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB1D1C (or 0xAB1D1C) is known color: Fire Brick. HEX triplet: AB, 1D and 1C. RGB value is (171,29,28). Sum of RGB (Red+Green+Blue) = 171+29+28=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1D1C is #54E2E3. Grayscale: #474747. Windows color (decimal): -5563108 or 1842603. OLE color: 1842603.

HSL color Cylindrical-coordinate representation of color #AB1D1C: hue angle of 0.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1D1C is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 29 28 -
CMYK 0 0.83 0.84 0.33
HSL 0.42º 0.72% 0.39% -
HSV(B) 0.42º 0.84% 0.67% -
XYZ 17.44 9.62 2.04 -
YUV 71.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 171 29 28 0 0.83 0.84 0.33 0.42 0.72 0.39
Hex AB 1D 1C 0 53 54 21 0 48 27
Octal 253 35 34 0 123 124 41 0 110 47
Binary 10101011 11101 11100 0 1010011 1010100 100001 0 1001000 100111

Color Harmonies of #AB1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1D1C

Black with #AB1D1C

Text Example


Text Example

White with #AB1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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