Html Css Color HEX #AB2712 Fire Brick

📋 copy color: '#AB2712'

red 171 ◦ green 39 ◦ blue 18

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

Shades of Fire Brick #AB2712

Tints of Fire Brick #AB2712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 75%
G = 17.11%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2712 (or 0xAB2712) is known color: Fire Brick. HEX triplet: AB, 27 and 12. RGB value is (171,39,18). Sum of RGB (Red+Green+Blue) = 171+39+18=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2712 is #54D8ED. Grayscale: #4C4C4C. Windows color (decimal): -5560558 or 1189803. OLE color: 1189803.

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

Color convert

RGB 171 39 18 -
CMYK 0 0.77 0.89 0.33
HSL 8.24º 0.81% 0.37% -
HSV(B) 8.24º 0.89% 0.67% -
XYZ 17.63 10.15 1.6 -
YUV 76.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 171 39 18 0 0.77 0.89 0.33 8.24 0.81 0.37
Hex AB 27 12 0 4D 59 21 8 51 25
Octal 253 47 22 0 115 131 41 10 121 45
Binary 10101011 100111 10010 0 1001101 1011001 100001 1000 1010001 100101

Color Harmonies of #AB2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2712

Black with #AB2712

Text Example


Text Example

White with #AB2712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2712; }

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

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

background-color css

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

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

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

border-color css

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

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

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