Html Css Color HEX #AB221E Fire Brick

📋 copy color: '#AB221E'

red 171 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #AB221E

Tints of Fire Brick #AB221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 72.77%
G = 14.47%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB221E (or 0xAB221E) is known color: Fire Brick. HEX triplet: AB, 22 and 1E. RGB value is (171,34,30). Sum of RGB (Red+Green+Blue) = 171+34+30=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB221E is #54DDE1. Grayscale: #4A4A4A. Windows color (decimal): -5561826 or 1974955. OLE color: 1974955.

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

Color convert

RGB 171 34 30 -
CMYK 0 0.80 0.82 0.33
HSL 1.7º 0.7% 0.39% -
HSV(B) 1.7º 0.82% 0.67% -
XYZ 17.6 9.9 2.21 -
YUV 74.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 171 34 30 0 0.80 0.82 0.33 1.7 0.7 0.39
Hex AB 22 1E 0 50 52 21 2 46 27
Octal 253 42 36 0 120 122 41 2 106 47
Binary 10101011 100010 11110 0 1010000 1010010 100001 10 1000110 100111

Color Harmonies of #AB221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB221E

Black with #AB221E

Text Example


Text Example

White with #AB221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB221E; }

 p { color: rgb(171,34,30); }

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

background-color css

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

 a { background-color: rgb(171,34,30); }

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

border-color css

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

 span { border-color: rgb(171,34,30); }

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