Html Css Color HEX #AB210B Fire Brick

📋 copy color: '#AB210B'

red 171 ◦ green 33 ◦ blue 11

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

Shades of Fire Brick #AB210B

Tints of Fire Brick #AB210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 79.53%
G = 15.35%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB210B (or 0xAB210B) is known color: Fire Brick. HEX triplet: AB, 21 and 0B. RGB value is (171,33,11). Sum of RGB (Red+Green+Blue) = 171+33+11=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB210B is #54DEF4. Grayscale: #474747. Windows color (decimal): -5562101 or 729515. OLE color: 729515.

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

Color convert

RGB 171 33 11 -
CMYK 0 0.81 0.94 0.33
HSL 8.25º 0.88% 0.36% -
HSV(B) 8.25º 0.94% 0.67% -
XYZ 17.4 9.77 1.29 -
YUV 71.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 171 33 11 0 0.81 0.94 0.33 8.25 0.88 0.36
Hex AB 21 B 0 51 5E 21 8 58 24
Octal 253 41 13 0 121 136 41 10 130 44
Binary 10101011 100001 1011 0 1010001 1011110 100001 1000 1011000 100100

Color Harmonies of #AB210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB210B

Black with #AB210B

Text Example


Text Example

White with #AB210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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