Html Css Color HEX #AB251C Fire Brick

📋 copy color: '#AB251C'

red 171 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #AB251C

Tints of Fire Brick #AB251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 28 (11.33% from 255) = 11.86%

R = 72.46%
G = 15.68%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB251C (or 0xAB251C) is known color: Fire Brick. HEX triplet: AB, 25 and 1C. RGB value is (171,37,28). Sum of RGB (Red+Green+Blue) = 171+37+28=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB251C is #54DAE3. Grayscale: #4C4C4C. Windows color (decimal): -5561060 or 1844651. OLE color: 1844651.

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

Color convert

RGB 171 37 28 -
CMYK 0 0.78 0.84 0.33
HSL 3.78º 0.72% 0.39% -
HSV(B) 3.78º 0.84% 0.67% -
XYZ 17.67 10.06 2.11 -
YUV 76.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 171 37 28 0 0.78 0.84 0.33 3.78 0.72 0.39
Hex AB 25 1C 0 4E 54 21 4 48 27
Octal 253 45 34 0 116 124 41 4 110 47
Binary 10101011 100101 11100 0 1001110 1010100 100001 100 1001000 100111

Color Harmonies of #AB251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB251C

Black with #AB251C

Text Example


Text Example

White with #AB251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB251C; }

 p { color: rgb(171,37,28); }

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

background-color css

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

 a { background-color: rgb(171,37,28); }

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

border-color css

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

 span { border-color: rgb(171,37,28); }

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