Html Css Color HEX #AB130E Fire Brick

📋 copy color: '#AB130E'

red 171 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #AB130E

Tints of Fire Brick #AB130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 83.82%
G = 9.31%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB130E (or 0xAB130E) is known color: Fire Brick. HEX triplet: AB, 13 and 0E. RGB value is (171,19,14). Sum of RGB (Red+Green+Blue) = 171+19+14=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB130E is #54ECF1. Grayscale: #404040. Windows color (decimal): -5565682 or 922539. OLE color: 922539.

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

Color convert

RGB 171 19 14 -
CMYK 0 0.89 0.92 0.33
HSL 1.91º 0.85% 0.36% -
HSV(B) 1.91º 0.92% 0.67% -
XYZ 17.11 9.16 1.28 -
YUV 63.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 171 19 14 0 0.89 0.92 0.33 1.91 0.85 0.36
Hex AB 13 E 0 59 5C 21 2 55 24
Octal 253 23 16 0 131 134 41 2 125 44
Binary 10101011 10011 1110 0 1011001 1011100 100001 10 1010101 100100

Color Harmonies of #AB130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB130E

Black with #AB130E

Text Example


Text Example

White with #AB130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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