Html Css Color HEX #AB2A1B Fire Brick

📋 copy color: '#AB2A1B'

red 171 ◦ green 42 ◦ blue 27

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

Shades of Fire Brick #AB2A1B

Tints of Fire Brick #AB2A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

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

R = 71.25%
G = 17.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB2A1B (or 0xAB2A1B) is known color: Fire Brick. HEX triplet: AB, 2A and 1B. RGB value is (171,42,27). Sum of RGB (Red+Green+Blue) = 171+42+27=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A1B is #54D5E4. Grayscale: #4F4F4F. Windows color (decimal): -5559781 or 1780395. OLE color: 1780395.

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

Color convert

RGB 171 42 27 -
CMYK 0 0.75 0.84 0.33
HSL 6.25º 0.73% 0.39% -
HSV(B) 6.25º 0.84% 0.67% -
XYZ 17.82 10.39 2.1 -
YUV 78.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 171 42 27 0 0.75 0.84 0.33 6.25 0.73 0.39
Hex AB 2A 1B 0 4B 54 21 6 49 27
Octal 253 52 33 0 113 124 41 6 111 47
Binary 10101011 101010 11011 0 1001011 1010100 100001 110 1001001 100111

Color Harmonies of #AB2A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A1B

Black with #AB2A1B

Text Example


Text Example

White with #AB2A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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