Html Css Color HEX #AB2312 Fire Brick

📋 copy color: '#AB2312'

red 171 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #AB2312

Tints of Fire Brick #AB2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 76.34%
G = 15.63%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2312 (or 0xAB2312) is known color: Fire Brick. HEX triplet: AB, 23 and 12. RGB value is (171,35,18). Sum of RGB (Red+Green+Blue) = 171+35+18=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2312 is #54DCED. Grayscale: #494949. Windows color (decimal): -5561582 or 1188779. OLE color: 1188779.

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

Color convert

RGB 171 35 18 -
CMYK 0 0.80 0.89 0.33
HSL 6.67º 0.81% 0.37% -
HSV(B) 6.67º 0.89% 0.67% -
XYZ 17.5 9.9 1.56 -
YUV 73.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 171 35 18 0 0.80 0.89 0.33 6.67 0.81 0.37
Hex AB 23 12 0 50 59 21 7 51 25
Octal 253 43 22 0 120 131 41 7 121 45
Binary 10101011 100011 10010 0 1010000 1011001 100001 111 1010001 100101

Color Harmonies of #AB2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2312

Black with #AB2312

Text Example


Text Example

White with #AB2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2312; }

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

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

background-color css

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

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

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

border-color css

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

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

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