Html Css Color HEX #AB251A Fire Brick

📋 copy color: '#AB251A'

red 171 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #AB251A

Tints of Fire Brick #AB251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 73.08%
G = 15.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB251A (or 0xAB251A) is known color: Fire Brick. HEX triplet: AB, 25 and 1A. RGB value is (171,37,26). Sum of RGB (Red+Green+Blue) = 171+37+26=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB251A is #54DAE5. Grayscale: #4B4B4B. Windows color (decimal): -5561062 or 1713579. OLE color: 1713579.

HSL color Cylindrical-coordinate representation of color #AB251A: hue angle of 4.55º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB251A is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 26 -
CMYK 0 0.78 0.85 0.33
HSL 4.55º 0.74% 0.39% -
HSV(B) 4.55º 0.85% 0.67% -
XYZ 17.64 10.06 1.99 -
YUV 75.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 171 37 26 0 0.78 0.85 0.33 4.55 0.74 0.39
Hex AB 25 1A 0 4E 55 21 5 4A 27
Octal 253 45 32 0 116 125 41 5 112 47
Binary 10101011 100101 11010 0 1001110 1010101 100001 101 1001010 100111

Color Harmonies of #AB251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB251A

Black with #AB251A

Text Example


Text Example

White with #AB251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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