Html Css Color HEX #AB201B Fire Brick

📋 copy color: '#AB201B'

red 171 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #AB201B

Tints of Fire Brick #AB201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 74.35%
G = 13.91%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB201B (or 0xAB201B) is known color: Fire Brick. HEX triplet: AB, 20 and 1B. RGB value is (171,32,27). Sum of RGB (Red+Green+Blue) = 171+32+27=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB201B is #54DFE4. Grayscale: #494949. Windows color (decimal): -5562341 or 1777835. OLE color: 1777835.

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

Color convert

RGB 171 32 27 -
CMYK 0 0.81 0.84 0.33
HSL 2.08º 0.73% 0.39% -
HSV(B) 2.08º 0.84% 0.67% -
XYZ 17.51 9.77 2 -
YUV 72.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 171 32 27 0 0.81 0.84 0.33 2.08 0.73 0.39
Hex AB 20 1B 0 51 54 21 2 49 27
Octal 253 40 33 0 121 124 41 2 111 47
Binary 10101011 100000 11011 0 1010001 1010100 100001 10 1001001 100111

Color Harmonies of #AB201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB201B

Black with #AB201B

Text Example


Text Example

White with #AB201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB201B; }

 p { color: rgb(171,32,27); }

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

background-color css

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

 a { background-color: rgb(171,32,27); }

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

border-color css

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

 span { border-color: rgb(171,32,27); }

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