Html Css Color HEX #AB241A Fire Brick

📋 copy color: '#AB241A'

red 171 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #AB241A

Tints of Fire Brick #AB241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

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

R = 73.39%
G = 15.45%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB241A (or 0xAB241A) is known color: Fire Brick. HEX triplet: AB, 24 and 1A. RGB value is (171,36,26). Sum of RGB (Red+Green+Blue) = 171+36+26=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB241A is #54DBE5. Grayscale: #4B4B4B. Windows color (decimal): -5561318 or 1713323. OLE color: 1713323.

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

Color convert

RGB 171 36 26 -
CMYK 0 0.79 0.85 0.33
HSL 4.14º 0.74% 0.39% -
HSV(B) 4.14º 0.85% 0.67% -
XYZ 17.61 9.99 1.98 -
YUV 75.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 171 36 26 0 0.79 0.85 0.33 4.14 0.74 0.39
Hex AB 24 1A 0 4F 55 21 4 4A 27
Octal 253 44 32 0 117 125 41 4 112 47
Binary 10101011 100100 11010 0 1001111 1010101 100001 100 1001010 100111

Color Harmonies of #AB241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB241A

Black with #AB241A

Text Example


Text Example

White with #AB241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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