Html Css Color HEX #AB211C Fire Brick

📋 copy color: '#AB211C'

red 171 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #AB211C

Tints of Fire Brick #AB211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 73.71%
G = 14.22%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB211C (or 0xAB211C) is known color: Fire Brick. HEX triplet: AB, 21 and 1C. RGB value is (171,33,28). Sum of RGB (Red+Green+Blue) = 171+33+28=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB211C is #54DEE3. Grayscale: #494949. Windows color (decimal): -5562084 or 1843627. OLE color: 1843627.

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

Color convert

RGB 171 33 28 -
CMYK 0 0.81 0.84 0.33
HSL 2.1º 0.72% 0.39% -
HSV(B) 2.1º 0.84% 0.67% -
XYZ 17.55 9.83 2.07 -
YUV 73.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 171 33 28 0 0.81 0.84 0.33 2.1 0.72 0.39
Hex AB 21 1C 0 51 54 21 2 48 27
Octal 253 41 34 0 121 124 41 2 110 47
Binary 10101011 100001 11100 0 1010001 1010100 100001 10 1001000 100111

Color Harmonies of #AB211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB211C

Black with #AB211C

Text Example


Text Example

White with #AB211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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