Html Css Color HEX #AB2010 Fire Brick

📋 copy color: '#AB2010'

red 171 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #AB2010

Tints of Fire Brick #AB2010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 78.08%
G = 14.61%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB2010 (or 0xAB2010) is known color: Fire Brick. HEX triplet: AB, 20 and 10. RGB value is (171,32,16). Sum of RGB (Red+Green+Blue) = 171+32+16=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2010 is #54DFEF. Grayscale: #474747. Windows color (decimal): -5562352 or 1056939. OLE color: 1056939.

HSL color Cylindrical-coordinate representation of color #AB2010: hue angle of 6.19º 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 #AB2010 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 16 -
CMYK 0 0.81 0.91 0.33
HSL 6.19º 0.83% 0.37% -
HSV(B) 6.19º 0.91% 0.67% -
XYZ 17.4 9.73 1.45 -
YUV 71.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 171 32 16 0 0.81 0.91 0.33 6.19 0.83 0.37
Hex AB 20 10 0 51 5B 21 6 53 25
Octal 253 40 20 0 121 133 41 6 123 45
Binary 10101011 100000 10000 0 1010001 1011011 100001 110 1010011 100101

Color Harmonies of #AB2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2010

Black with #AB2010

Text Example


Text Example

White with #AB2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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