Html Css Color HEX #AB130C Fire Brick

📋 copy color: '#AB130C'

red 171 ◦ green 19 ◦ blue 12

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

Shades of Fire Brick #AB130C

Tints of Fire Brick #AB130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 84.65%
G = 9.41%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB130C (or 0xAB130C) is known color: Fire Brick. HEX triplet: AB, 13 and 0C. RGB value is (171,19,12). Sum of RGB (Red+Green+Blue) = 171+19+12=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB130C is #54ECF3. Grayscale: #3F3F3F. Windows color (decimal): -5565684 or 791467. OLE color: 791467.

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

Color convert

RGB 171 19 12 -
CMYK 0 0.89 0.93 0.33
HSL 2.64º 0.87% 0.36% -
HSV(B) 2.64º 0.93% 0.67% -
XYZ 17.09 9.15 1.21 -
YUV 63.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 171 19 12 0 0.89 0.93 0.33 2.64 0.87 0.36
Hex AB 13 C 0 59 5D 21 3 57 24
Octal 253 23 14 0 131 135 41 3 127 44
Binary 10101011 10011 1100 0 1011001 1011101 100001 11 1010111 100100

Color Harmonies of #AB130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB130C

Black with #AB130C

Text Example


Text Example

White with #AB130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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