Html Css Color HEX #AB2316 Fire Brick

📋 copy color: '#AB2316'

red 171 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #AB2316

Tints of Fire Brick #AB2316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 75%
G = 15.35%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2316 (or 0xAB2316) is known color: Fire Brick. HEX triplet: AB, 23 and 16. RGB value is (171,35,22). Sum of RGB (Red+Green+Blue) = 171+35+22=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2316 is #54DCE9. Grayscale: #4A4A4A. Windows color (decimal): -5561578 or 1450923. OLE color: 1450923.

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

Color convert

RGB 171 35 22 -
CMYK 0 0.80 0.87 0.33
HSL 5.23º 0.77% 0.38% -
HSV(B) 5.23º 0.87% 0.67% -
XYZ 17.54 9.92 1.75 -
YUV 74.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 171 35 22 0 0.80 0.87 0.33 5.23 0.77 0.38
Hex AB 23 16 0 50 57 21 5 4D 26
Octal 253 43 26 0 120 127 41 5 115 46
Binary 10101011 100011 10110 0 1010000 1010111 100001 101 1001101 100110

Color Harmonies of #AB2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2316

Black with #AB2316

Text Example


Text Example

White with #AB2316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2316; }

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

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

background-color css

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

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

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

border-color css

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

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

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