Html Css Color HEX #AB1010 Fire Brick

📋 copy color: '#AB1010'

red 171 ◦ green 16 ◦ blue 16

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

Shades of Fire Brick #AB1010

Tints of Fire Brick #AB1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 84.24%
G = 7.88%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB1010 (or 0xAB1010) is known color: Fire Brick. HEX triplet: AB, 10 and 10. RGB value is (171,16,16). Sum of RGB (Red+Green+Blue) = 171+16+16=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1010 is #54EFEF. Grayscale: #3E3E3E. Windows color (decimal): -5566448 or 1052843. OLE color: 1052843.

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

Color convert

RGB 171 16 16 -
CMYK 0 0.91 0.91 0.33
HSL 0.83% 0.37% -
HSV(B) 0.91% 0.67% -
XYZ 17.07 9.07 1.34 -
YUV 62.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 171 16 16 0 0.91 0.91 0.33 0 0.83 0.37
Hex AB 10 10 0 5B 5B 21 0 53 25
Octal 253 20 20 0 133 133 41 0 123 45
Binary 10101011 10000 10000 0 1011011 1011011 100001 0 1010011 100101

Color Harmonies of #AB1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1010

Black with #AB1010

Text Example


Text Example

White with #AB1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1010; }

 p { color: rgb(171,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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