Html Css Color HEX #AB211A Fire Brick

📋 copy color: '#AB211A'

red 171 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #AB211A

Tints of Fire Brick #AB211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 74.35%
G = 14.35%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB211A (or 0xAB211A) is known color: Fire Brick. HEX triplet: AB, 21 and 1A. RGB value is (171,33,26). Sum of RGB (Red+Green+Blue) = 171+33+26=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB211A is #54DEE5. Grayscale: #494949. Windows color (decimal): -5562086 or 1712555. OLE color: 1712555.

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

Color convert

RGB 171 33 26 -
CMYK 0 0.81 0.85 0.33
HSL 2.9º 0.74% 0.39% -
HSV(B) 2.9º 0.85% 0.67% -
XYZ 17.52 9.82 1.95 -
YUV 73.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 171 33 26 0 0.81 0.85 0.33 2.9 0.74 0.39
Hex AB 21 1A 0 51 55 21 3 4A 27
Octal 253 41 32 0 121 125 41 3 112 47
Binary 10101011 100001 11010 0 1010001 1010101 100001 11 1001010 100111

Color Harmonies of #AB211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB211A

Black with #AB211A

Text Example


Text Example

White with #AB211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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