Html Css Color HEX #AB2414 Fire Brick

📋 copy color: '#AB2414'

red 171 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #AB2414

Tints of Fire Brick #AB2414

RGB

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

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

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

R = 75.33%
G = 15.86%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2414 (or 0xAB2414) is known color: Fire Brick. HEX triplet: AB, 24 and 14. RGB value is (171,36,20). Sum of RGB (Red+Green+Blue) = 171+36+20=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2414 is #54DBEB. Grayscale: #4A4A4A. Windows color (decimal): -5561324 or 1320107. OLE color: 1320107.

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

Color convert

RGB 171 36 20 -
CMYK 0 0.79 0.88 0.33
HSL 6.36º 0.79% 0.37% -
HSV(B) 6.36º 0.88% 0.67% -
XYZ 17.55 9.97 1.66 -
YUV 74.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 171 36 20 0 0.79 0.88 0.33 6.36 0.79 0.37
Hex AB 24 14 0 4F 58 21 6 4F 25
Octal 253 44 24 0 117 130 41 6 117 45
Binary 10101011 100100 10100 0 1001111 1011000 100001 110 1001111 100101

Color Harmonies of #AB2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2414

Black with #AB2414

Text Example


Text Example

White with #AB2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2414; }

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

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

background-color css

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

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

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

border-color css

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

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

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