Html Css Color HEX #AB2F1B Fire Brick

📋 copy color: '#AB2F1B'

red 171 ◦ green 47 ◦ blue 27

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

Shades of Fire Brick #AB2F1B

Tints of Fire Brick #AB2F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

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

R = 69.8%
G = 19.18%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB2F1B (or 0xAB2F1B) is known color: Fire Brick. HEX triplet: AB, 2F and 1B. RGB value is (171,47,27). Sum of RGB (Red+Green+Blue) = 171+47+27=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F1B is #54D0E4. Grayscale: #525252. Windows color (decimal): -5558501 or 1781675. OLE color: 1781675.

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

Color convert

RGB 171 47 27 -
CMYK 0 0.73 0.84 0.33
HSL 8.33º 0.73% 0.39% -
HSV(B) 8.33º 0.84% 0.67% -
XYZ 18.01 10.77 2.17 -
YUV 81.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 171 47 27 0 0.73 0.84 0.33 8.33 0.73 0.39
Hex AB 2F 1B 0 49 54 21 8 49 27
Octal 253 57 33 0 111 124 41 10 111 47
Binary 10101011 101111 11011 0 1001001 1010100 100001 1000 1001001 100111

Color Harmonies of #AB2F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F1B

Black with #AB2F1B

Text Example


Text Example

White with #AB2F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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