Html Css Color HEX #AB1F0C Fire Brick

📋 copy color: '#AB1F0C'

red 171 ◦ green 31 ◦ blue 12

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

Shades of Fire Brick #AB1F0C

Tints of Fire Brick #AB1F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 79.91%
G = 14.49%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB1F0C (or 0xAB1F0C) is known color: Fire Brick. HEX triplet: AB, 1F and 0C. RGB value is (171,31,12). Sum of RGB (Red+Green+Blue) = 171+31+12=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F0C is #54E0F3. Grayscale: #464646. Windows color (decimal): -5562612 or 794539. OLE color: 794539.

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

Color convert

RGB 171 31 12 -
CMYK 0 0.82 0.93 0.33
HSL 7.17º 0.87% 0.36% -
HSV(B) 7.17º 0.93% 0.67% -
XYZ 17.35 9.66 1.3 -
YUV 70.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 171 31 12 0 0.82 0.93 0.33 7.17 0.87 0.36
Hex AB 1F C 0 52 5D 21 7 57 24
Octal 253 37 14 0 122 135 41 7 127 44
Binary 10101011 11111 1100 0 1010010 1011101 100001 111 1010111 100100

Color Harmonies of #AB1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F0C

Black with #AB1F0C

Text Example


Text Example

White with #AB1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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