Html Css Color HEX #AB251B Fire Brick

📋 copy color: '#AB251B'

red 171 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #AB251B

Tints of Fire Brick #AB251B

RGB

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

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

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

R = 72.77%
G = 15.74%
B = 11.49%

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

#AB251B (or 0xAB251B) is known color: Fire Brick. HEX triplet: AB, 25 and 1B. RGB value is (171,37,27). Sum of RGB (Red+Green+Blue) = 171+37+27=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB251B is #54DAE4. Grayscale: #4C4C4C. Windows color (decimal): -5561061 or 1779115. OLE color: 1779115.

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

Color convert

RGB 171 37 27 -
CMYK 0 0.78 0.84 0.33
HSL 4.17º 0.73% 0.39% -
HSV(B) 4.17º 0.84% 0.67% -
XYZ 17.65 10.06 2.05 -
YUV 75.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 171 37 27 0 0.78 0.84 0.33 4.17 0.73 0.39
Hex AB 25 1B 0 4E 54 21 4 49 27
Octal 253 45 33 0 116 124 41 4 111 47
Binary 10101011 100101 11011 0 1001110 1010100 100001 100 1001001 100111

Color Harmonies of #AB251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB251B

Black with #AB251B

Text Example


Text Example

White with #AB251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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