Html Css Color HEX #AB2814 Fire Brick

📋 copy color: '#AB2814'

red 171 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #AB2814

Tints of Fire Brick #AB2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 74.03%
G = 17.32%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2814 (or 0xAB2814) is known color: Fire Brick. HEX triplet: AB, 28 and 14. RGB value is (171,40,20). Sum of RGB (Red+Green+Blue) = 171+40+20=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2814 is #54D7EB. Grayscale: #4D4D4D. Windows color (decimal): -5560300 or 1321131. OLE color: 1321131.

HSL color Cylindrical-coordinate representation of color #AB2814: hue angle of 7.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB2814 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 20 -
CMYK 0 0.77 0.88 0.33
HSL 7.95º 0.79% 0.37% -
HSV(B) 7.95º 0.88% 0.67% -
XYZ 17.68 10.23 1.7 -
YUV 76.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 171 40 20 0 0.77 0.88 0.33 7.95 0.79 0.37
Hex AB 28 14 0 4D 58 21 8 4F 25
Octal 253 50 24 0 115 130 41 10 117 45
Binary 10101011 101000 10100 0 1001101 1011000 100001 1000 1001111 100101

Color Harmonies of #AB2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2814

Black with #AB2814

Text Example


Text Example

White with #AB2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2814; }

 p { color: rgb(171,40,20); }

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

background-color css

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

 a { background-color: rgb(171,40,20); }

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

border-color css

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

 span { border-color: rgb(171,40,20); }

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