Html Css Color HEX #AB100D Fire Brick

📋 copy color: '#AB100D'

red 171 ◦ green 16 ◦ blue 13

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

Shades of Fire Brick #AB100D

Tints of Fire Brick #AB100D

RGB

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

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

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

R = 85.5%
G = 8%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB100D (or 0xAB100D) is known color: Fire Brick. HEX triplet: AB, 10 and 0D. RGB value is (171,16,13). Sum of RGB (Red+Green+Blue) = 171+16+13=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB100D is #54EFF2. Grayscale: #3E3E3E. Windows color (decimal): -5566451 or 856235. OLE color: 856235.

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

Color convert

RGB 171 16 13 -
CMYK 0 0.91 0.92 0.33
HSL 1.14º 0.86% 0.36% -
HSV(B) 1.14º 0.92% 0.67% -
XYZ 17.05 9.06 1.23 -
YUV 62 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 171 16 13 0 0.91 0.92 0.33 1.14 0.86 0.36
Hex AB 10 D 0 5B 5C 21 1 56 24
Octal 253 20 15 0 133 134 41 1 126 44
Binary 10101011 10000 1101 0 1011011 1011100 100001 1 1010110 100100

Color Harmonies of #AB100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB100D

Black with #AB100D

Text Example


Text Example

White with #AB100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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