Html Css Color HEX #AB2513 Fire Brick

📋 copy color: '#AB2513'

red 171 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #AB2513

Tints of Fire Brick #AB2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 75.33%
G = 16.3%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2513 (or 0xAB2513) is known color: Fire Brick. HEX triplet: AB, 25 and 13. RGB value is (171,37,19). Sum of RGB (Red+Green+Blue) = 171+37+19=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2513 is #54DAEC. Grayscale: #4B4B4B. Windows color (decimal): -5561069 or 1254827. OLE color: 1254827.

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

Color convert

RGB 171 37 19 -
CMYK 0 0.78 0.89 0.33
HSL 7.11º 0.8% 0.37% -
HSV(B) 7.11º 0.89% 0.67% -
XYZ 17.57 10.03 1.63 -
YUV 75.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 171 37 19 0 0.78 0.89 0.33 7.11 0.8 0.37
Hex AB 25 13 0 4E 59 21 7 50 25
Octal 253 45 23 0 116 131 41 7 120 45
Binary 10101011 100101 10011 0 1001110 1011001 100001 111 1010000 100101

Color Harmonies of #AB2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2513

Black with #AB2513

Text Example


Text Example

White with #AB2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2513; }

 p { color: rgb(171,37,19); }

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

background-color css

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

 a { background-color: rgb(171,37,19); }

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

border-color css

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

 span { border-color: rgb(171,37,19); }

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