Html Css Color HEX #AB3118 Fire Brick

📋 copy color: '#AB3118'

red 171 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #AB3118

Tints of Fire Brick #AB3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 70.08%
G = 20.08%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB3118 (or 0xAB3118) is known color: Fire Brick. HEX triplet: AB, 31 and 18. RGB value is (171,49,24). Sum of RGB (Red+Green+Blue) = 171+49+24=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3118 is #54CEE7. Grayscale: #525252. Windows color (decimal): -5557992 or 1585579. OLE color: 1585579.

HSL color Cylindrical-coordinate representation of color #AB3118: hue angle of 10.2º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB3118 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 24 -
CMYK 0 0.71 0.86 0.33
HSL 10.2º 0.75% 0.38% -
HSV(B) 10.2º 0.86% 0.67% -
XYZ 18.06 10.92 2.02 -
YUV 82.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 171 49 24 0 0.71 0.86 0.33 10.2 0.75 0.38
Hex AB 31 18 0 47 56 21 A 4B 26
Octal 253 61 30 0 107 126 41 12 113 46
Binary 10101011 110001 11000 0 1000111 1010110 100001 1010 1001011 100110

Color Harmonies of #AB3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3118

Black with #AB3118

Text Example


Text Example

White with #AB3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3118; }

 p { color: rgb(171,49,24); }

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

background-color css

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

 a { background-color: rgb(171,49,24); }

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

border-color css

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

 span { border-color: rgb(171,49,24); }

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