Html Css Color HEX #AB130F Fire Brick

📋 copy color: '#AB130F'

red 171 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #AB130F

Tints of Fire Brick #AB130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 83.41%
G = 9.27%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB130F (or 0xAB130F) is known color: Fire Brick. HEX triplet: AB, 13 and 0F. RGB value is (171,19,15). Sum of RGB (Red+Green+Blue) = 171+19+15=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB130F is #54ECF0. Grayscale: #404040. Windows color (decimal): -5565681 or 988075. OLE color: 988075.

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

Color convert

RGB 171 19 15 -
CMYK 0 0.89 0.91 0.33
HSL 1.54º 0.84% 0.36% -
HSV(B) 1.54º 0.91% 0.67% -
XYZ 17.11 9.16 1.32 -
YUV 63.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 171 19 15 0 0.89 0.91 0.33 1.54 0.84 0.36
Hex AB 13 F 0 59 5B 21 2 54 24
Octal 253 23 17 0 131 133 41 2 124 44
Binary 10101011 10011 1111 0 1011001 1011011 100001 10 1010100 100100

Color Harmonies of #AB130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB130F

Black with #AB130F

Text Example


Text Example

White with #AB130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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