Html Css Color HEX #AB2D1C Fire Brick

📋 copy color: '#AB2D1C'

red 171 ◦ green 45 ◦ blue 28

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

Shades of Fire Brick #AB2D1C

Tints of Fire Brick #AB2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.44%

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

R = 70.08%
G = 18.44%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB2D1C (or 0xAB2D1C) is known color: Fire Brick. HEX triplet: AB, 2D and 1C. RGB value is (171,45,28). Sum of RGB (Red+Green+Blue) = 171+45+28=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D1C is #54D2E3. Grayscale: #505050. Windows color (decimal): -5559012 or 1846699. OLE color: 1846699.

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

Color convert

RGB 171 45 28 -
CMYK 0 0.74 0.84 0.33
HSL 7.13º 0.72% 0.39% -
HSV(B) 7.13º 0.84% 0.67% -
XYZ 17.94 10.62 2.2 -
YUV 80.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 171 45 28 0 0.74 0.84 0.33 7.13 0.72 0.39
Hex AB 2D 1C 0 4A 54 21 7 48 27
Octal 253 55 34 0 112 124 41 7 110 47
Binary 10101011 101101 11100 0 1001010 1010100 100001 111 1001000 100111

Color Harmonies of #AB2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D1C

Black with #AB2D1C

Text Example


Text Example

White with #AB2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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