Html Css Color HEX #AB2618 Fire Brick

📋 copy color: '#AB2618'

red 171 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #AB2618

Tints of Fire Brick #AB2618

RGB

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

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

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

R = 73.39%
G = 16.31%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB2618 (or 0xAB2618) is known color: Fire Brick. HEX triplet: AB, 26 and 18. RGB value is (171,38,24). Sum of RGB (Red+Green+Blue) = 171+38+24=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2618 is #54D9E7. Grayscale: #4C4C4C. Windows color (decimal): -5560808 or 1582763. OLE color: 1582763.

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

Color convert

RGB 171 38 24 -
CMYK 0 0.78 0.86 0.33
HSL 5.71º 0.75% 0.38% -
HSV(B) 5.71º 0.86% 0.67% -
XYZ 17.65 10.11 1.89 -
YUV 76.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 171 38 24 0 0.78 0.86 0.33 5.71 0.75 0.38
Hex AB 26 18 0 4E 56 21 6 4B 26
Octal 253 46 30 0 116 126 41 6 113 46
Binary 10101011 100110 11000 0 1001110 1010110 100001 110 1001011 100110

Color Harmonies of #AB2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2618

Black with #AB2618

Text Example


Text Example

White with #AB2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2618; }

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

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

background-color css

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

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

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

border-color css

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

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

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