Html Css Color HEX #AB2000 Fire Brick

📋 copy color: '#AB2000'

red 171 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #AB2000

Tints of Fire Brick #AB2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.24%
G = 15.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2000 (or 0xAB2000) is known color: Fire Brick. HEX triplet: AB, 20 and 00. RGB value is (171,32,0). Sum of RGB (Red+Green+Blue) = 171+32+0=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2000 is #54DFFF. Grayscale: #464646. Windows color (decimal): -5562368 or 8363. OLE color: 8363.

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

Color convert

RGB 171 32 0 -
CMYK 0 0.81 1 0.33
HSL 11.23º 1% 0.34% -
HSV(B) 11.23º 1% 0.67% -
XYZ 17.31 9.69 0.96 -
YUV 69.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 171 32 0 0 0.81 1 0.33 11.23 1 0.34
Hex AB 20 0 0 51 64 21 B 64 22
Octal 253 40 0 0 121 144 41 13 144 42
Binary 10101011 100000 0 0 1010001 1100100 100001 1011 1100100 100010

Color Harmonies of #AB2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2000

Black with #AB2000

Text Example


Text Example

White with #AB2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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