Html Css Color HEX #AB2614 Fire Brick

📋 copy color: '#AB2614'

red 171 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #AB2614

Tints of Fire Brick #AB2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

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

R = 74.67%
G = 16.59%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2614 (or 0xAB2614) is known color: Fire Brick. HEX triplet: AB, 26 and 14. RGB value is (171,38,20). Sum of RGB (Red+Green+Blue) = 171+38+20=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2614 is #54D9EB. Grayscale: #4B4B4B. Windows color (decimal): -5560812 or 1320619. OLE color: 1320619.

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

Color convert

RGB 171 38 20 -
CMYK 0 0.78 0.88 0.33
HSL 7.15º 0.79% 0.37% -
HSV(B) 7.15º 0.88% 0.67% -
XYZ 17.61 10.09 1.68 -
YUV 75.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 171 38 20 0 0.78 0.88 0.33 7.15 0.79 0.37
Hex AB 26 14 0 4E 58 21 7 4F 25
Octal 253 46 24 0 116 130 41 7 117 45
Binary 10101011 100110 10100 0 1001110 1011000 100001 111 1001111 100101

Color Harmonies of #AB2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2614

Black with #AB2614

Text Example


Text Example

White with #AB2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2614; }

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

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

background-color css

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

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

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

border-color css

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

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

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