Html Css Color HEX #AB210E Fire Brick

📋 copy color: '#AB210E'

red 171 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #AB210E

Tints of Fire Brick #AB210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 78.44%
G = 15.14%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB210E (or 0xAB210E) is known color: Fire Brick. HEX triplet: AB, 21 and 0E. RGB value is (171,33,14). Sum of RGB (Red+Green+Blue) = 171+33+14=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB210E is #54DEF1. Grayscale: #484848. Windows color (decimal): -5562098 or 926123. OLE color: 926123.

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

Color convert

RGB 171 33 14 -
CMYK 0 0.81 0.92 0.33
HSL 7.26º 0.85% 0.36% -
HSV(B) 7.26º 0.92% 0.67% -
XYZ 17.42 9.78 1.38 -
YUV 72.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 171 33 14 0 0.81 0.92 0.33 7.26 0.85 0.36
Hex AB 21 E 0 51 5C 21 7 55 24
Octal 253 41 16 0 121 134 41 7 125 44
Binary 10101011 100001 1110 0 1010001 1011100 100001 111 1010101 100100

Color Harmonies of #AB210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB210E

Black with #AB210E

Text Example


Text Example

White with #AB210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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