Html Css Color HEX #AB2718 Fire Brick

📋 copy color: '#AB2718'

red 171 ◦ green 39 ◦ blue 24

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

Shades of Fire Brick #AB2718

Tints of Fire Brick #AB2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 73.08%
G = 16.67%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB2718 (or 0xAB2718) is known color: Fire Brick. HEX triplet: AB, 27 and 18. RGB value is (171,39,24). Sum of RGB (Red+Green+Blue) = 171+39+24=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2718 is #54D8E7. Grayscale: #4C4C4C. Windows color (decimal): -5560552 or 1583019. OLE color: 1583019.

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

Color convert

RGB 171 39 24 -
CMYK 0 0.77 0.86 0.33
HSL 6.12º 0.75% 0.38% -
HSV(B) 6.12º 0.86% 0.67% -
XYZ 17.68 10.17 1.9 -
YUV 76.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 171 39 24 0 0.77 0.86 0.33 6.12 0.75 0.38
Hex AB 27 18 0 4D 56 21 6 4B 26
Octal 253 47 30 0 115 126 41 6 113 46
Binary 10101011 100111 11000 0 1001101 1010110 100001 110 1001011 100110

Color Harmonies of #AB2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2718

Black with #AB2718

Text Example


Text Example

White with #AB2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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