Html Css Color HEX #AB200D Fire Brick

📋 copy color: '#AB200D'

red 171 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #AB200D

Tints of Fire Brick #AB200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 79.17%
G = 14.81%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB200D (or 0xAB200D) is known color: Fire Brick. HEX triplet: AB, 20 and 0D. RGB value is (171,32,13). Sum of RGB (Red+Green+Blue) = 171+32+13=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB200D is #54DFF2. Grayscale: #474747. Windows color (decimal): -5562355 or 860331. OLE color: 860331.

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

Color convert

RGB 171 32 13 -
CMYK 0 0.81 0.92 0.33
HSL 7.22º 0.86% 0.36% -
HSV(B) 7.22º 0.92% 0.67% -
XYZ 17.38 9.72 1.34 -
YUV 71.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 171 32 13 0 0.81 0.92 0.33 7.22 0.86 0.36
Hex AB 20 D 0 51 5C 21 7 56 24
Octal 253 40 15 0 121 134 41 7 126 44
Binary 10101011 100000 1101 0 1010001 1011100 100001 111 1010110 100100

Color Harmonies of #AB200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB200D

Black with #AB200D

Text Example


Text Example

White with #AB200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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