Html Css Color HEX #AB1805 Fire Brick

📋 copy color: '#AB1805'

red 171 ◦ green 24 ◦ blue 5

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

Shades of Fire Brick #AB1805

Tints of Fire Brick #AB1805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 85.5%
G = 12%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB1805 (or 0xAB1805) is known color: Fire Brick. HEX triplet: AB, 18 and 05. RGB value is (171,24,5). Sum of RGB (Red+Green+Blue) = 171+24+5=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1805 is #54E7FA. Grayscale: #424242. Windows color (decimal): -5564411 or 333995. OLE color: 333995.

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

Color convert

RGB 171 24 5 -
CMYK 0 0.86 0.97 0.33
HSL 6.87º 0.94% 0.35% -
HSV(B) 6.87º 0.97% 0.67% -
XYZ 17.15 9.32 1.04 -
YUV 65.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 171 24 5 0 0.86 0.97 0.33 6.87 0.94 0.35
Hex AB 18 5 0 56 61 21 7 5E 23
Octal 253 30 5 0 126 141 41 7 136 43
Binary 10101011 11000 101 0 1010110 1100001 100001 111 1011110 100011

Color Harmonies of #AB1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1805

Black with #AB1805

Text Example


Text Example

White with #AB1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1805; }

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

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

background-color css

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

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

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

border-color css

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

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

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