Html Css Color HEX #AB210C Fire Brick

📋 copy color: '#AB210C'

red 171 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #AB210C

Tints of Fire Brick #AB210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 79.17%
G = 15.28%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB210C (or 0xAB210C) is known color: Fire Brick. HEX triplet: AB, 21 and 0C. RGB value is (171,33,12). Sum of RGB (Red+Green+Blue) = 171+33+12=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB210C is #54DEF3. Grayscale: #484848. Windows color (decimal): -5562100 or 795051. OLE color: 795051.

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

Color convert

RGB 171 33 12 -
CMYK 0 0.81 0.93 0.33
HSL 7.92º 0.87% 0.36% -
HSV(B) 7.92º 0.93% 0.67% -
XYZ 17.4 9.77 1.32 -
YUV 71.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 171 33 12 0 0.81 0.93 0.33 7.92 0.87 0.36
Hex AB 21 C 0 51 5D 21 8 57 24
Octal 253 41 14 0 121 135 41 10 127 44
Binary 10101011 100001 1100 0 1010001 1011101 100001 1000 1010111 100100

Color Harmonies of #AB210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB210C

Black with #AB210C

Text Example


Text Example

White with #AB210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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