Html Css Color HEX #AB2314 Fire Brick

📋 copy color: '#AB2314'

red 171 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #AB2314

Tints of Fire Brick #AB2314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 75.66%
G = 15.49%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2314 (or 0xAB2314) is known color: Fire Brick. HEX triplet: AB, 23 and 14. RGB value is (171,35,20). Sum of RGB (Red+Green+Blue) = 171+35+20=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2314 is #54DCEB. Grayscale: #4A4A4A. Windows color (decimal): -5561580 or 1319851. OLE color: 1319851.

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

Color convert

RGB 171 35 20 -
CMYK 0 0.80 0.88 0.33
HSL 5.96º 0.79% 0.37% -
HSV(B) 5.96º 0.88% 0.67% -
XYZ 17.52 9.91 1.65 -
YUV 73.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 171 35 20 0 0.80 0.88 0.33 5.96 0.79 0.37
Hex AB 23 14 0 50 58 21 6 4F 25
Octal 253 43 24 0 120 130 41 6 117 45
Binary 10101011 100011 10100 0 1010000 1011000 100001 110 1001111 100101

Color Harmonies of #AB2314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2314

Black with #AB2314

Text Example


Text Example

White with #AB2314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2314; }

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

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

background-color css

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

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

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

border-color css

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

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

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