Html Css Color HEX #AB1F0E Fire Brick

📋 copy color: '#AB1F0E'

red 171 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #AB1F0E

Tints of Fire Brick #AB1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.35%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 79.17%
G = 14.35%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB1F0E (or 0xAB1F0E) is known color: Fire Brick. HEX triplet: AB, 1F and 0E. RGB value is (171,31,14). Sum of RGB (Red+Green+Blue) = 171+31+14=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F0E is #54E0F1. Grayscale: #474747. Windows color (decimal): -5562610 or 925611. OLE color: 925611.

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

Color convert

RGB 171 31 14 -
CMYK 0 0.82 0.92 0.33
HSL 6.5º 0.85% 0.36% -
HSV(B) 6.5º 0.92% 0.67% -
XYZ 17.36 9.67 1.37 -
YUV 70.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 171 31 14 0 0.82 0.92 0.33 6.5 0.85 0.36
Hex AB 1F E 0 52 5C 21 6 55 24
Octal 253 37 16 0 122 134 41 6 125 44
Binary 10101011 11111 1110 0 1010010 1011100 100001 110 1010101 100100

Color Harmonies of #AB1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F0E

Black with #AB1F0E

Text Example


Text Example

White with #AB1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F0E; }

 p { color: rgb(171,31,14); }

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

background-color css

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

 a { background-color: rgb(171,31,14); }

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

border-color css

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

 span { border-color: rgb(171,31,14); }

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