Html Css Color HEX #AB180D Fire Brick

📋 copy color: '#AB180D'

red 171 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #AB180D

Tints of Fire Brick #AB180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 82.21%
G = 11.54%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB180D (or 0xAB180D) is known color: Fire Brick. HEX triplet: AB, 18 and 0D. RGB value is (171,24,13). Sum of RGB (Red+Green+Blue) = 171+24+13=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB180D is #54E7F2. Grayscale: #424242. Windows color (decimal): -5564403 or 858283. OLE color: 858283.

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

Color convert

RGB 171 24 13 -
CMYK 0 0.86 0.92 0.33
HSL 4.18º 0.86% 0.36% -
HSV(B) 4.18º 0.92% 0.67% -
XYZ 17.19 9.34 1.28 -
YUV 66.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 171 24 13 0 0.86 0.92 0.33 4.18 0.86 0.36
Hex AB 18 D 0 56 5C 21 4 56 24
Octal 253 30 15 0 126 134 41 4 126 44
Binary 10101011 11000 1101 0 1010110 1011100 100001 100 1010110 100100

Color Harmonies of #AB180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB180D

Black with #AB180D

Text Example


Text Example

White with #AB180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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