Html Css Color HEX #AB130A Fire Brick

📋 copy color: '#AB130A'

red 171 ◦ green 19 ◦ blue 10

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

Shades of Fire Brick #AB130A

Tints of Fire Brick #AB130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 85.5%
G = 9.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB130A (or 0xAB130A) is known color: Fire Brick. HEX triplet: AB, 13 and 0A. RGB value is (171,19,10). Sum of RGB (Red+Green+Blue) = 171+19+10=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB130A is #54ECF5. Grayscale: #3F3F3F. Windows color (decimal): -5565686 or 660395. OLE color: 660395.

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

Color convert

RGB 171 19 10 -
CMYK 0 0.89 0.94 0.33
HSL 3.35º 0.89% 0.35% -
HSV(B) 3.35º 0.94% 0.67% -
XYZ 17.08 9.15 1.15 -
YUV 63.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 171 19 10 0 0.89 0.94 0.33 3.35 0.89 0.35
Hex AB 13 A 0 59 5E 21 3 59 23
Octal 253 23 12 0 131 136 41 3 131 43
Binary 10101011 10011 1010 0 1011001 1011110 100001 11 1011001 100011

Color Harmonies of #AB130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB130A

Black with #AB130A

Text Example


Text Example

White with #AB130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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