Html Css Color HEX #AB200B Fire Brick

📋 copy color: '#AB200B'

red 171 ◦ green 32 ◦ blue 11

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

Shades of Fire Brick #AB200B

Tints of Fire Brick #AB200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 79.91%
G = 14.95%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB200B (or 0xAB200B) is known color: Fire Brick. HEX triplet: AB, 20 and 0B. RGB value is (171,32,11). Sum of RGB (Red+Green+Blue) = 171+32+11=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB200B is #54DFF4. Grayscale: #474747. Windows color (decimal): -5562357 or 729259. OLE color: 729259.

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

Color convert

RGB 171 32 11 -
CMYK 0 0.81 0.94 0.33
HSL 7.88º 0.88% 0.36% -
HSV(B) 7.88º 0.94% 0.67% -
XYZ 17.37 9.72 1.28 -
YUV 71.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 171 32 11 0 0.81 0.94 0.33 7.88 0.88 0.36
Hex AB 20 B 0 51 5E 21 8 58 24
Octal 253 40 13 0 121 136 41 10 130 44
Binary 10101011 100000 1011 0 1010001 1011110 100001 1000 1011000 100100

Color Harmonies of #AB200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB200B

Black with #AB200B

Text Example


Text Example

White with #AB200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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