Html Css Color HEX #AB2C1B Fire Brick

📋 copy color: '#AB2C1B'

red 171 ◦ green 44 ◦ blue 27

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

Shades of Fire Brick #AB2C1B

Tints of Fire Brick #AB2C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

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

R = 70.66%
G = 18.18%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB2C1B (or 0xAB2C1B) is known color: Fire Brick. HEX triplet: AB, 2C and 1B. RGB value is (171,44,27). Sum of RGB (Red+Green+Blue) = 171+44+27=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1B is #54D3E4. Grayscale: #505050. Windows color (decimal): -5559269 or 1780907. OLE color: 1780907.

HSL color Cylindrical-coordinate representation of color #AB2C1B: hue angle of 7.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 #AB2C1B is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 44 27 -
CMYK 0 0.74 0.84 0.33
HSL 7.08º 0.73% 0.39% -
HSV(B) 7.08º 0.84% 0.67% -
XYZ 17.89 10.54 2.13 -
YUV 80.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 171 44 27 0 0.74 0.84 0.33 7.08 0.73 0.39
Hex AB 2C 1B 0 4A 54 21 7 49 27
Octal 253 54 33 0 112 124 41 7 111 47
Binary 10101011 101100 11011 0 1001010 1010100 100001 111 1001001 100111

Color Harmonies of #AB2C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C1B

Black with #AB2C1B

Text Example


Text Example

White with #AB2C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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