Html Css Color HEX #AB0F0E Fire Brick

📋 copy color: '#AB0F0E'

red 171 ◦ green 15 ◦ blue 14

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

Shades of Fire Brick #AB0F0E

Tints of Fire Brick #AB0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.5%

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

R = 85.5%
G = 7.5%
B = 7%

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

#AB0F0E (or 0xAB0F0E) is known color: Fire Brick. HEX triplet: AB, 0F and 0E. RGB value is (171,15,14). Sum of RGB (Red+Green+Blue) = 171+15+14=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F0E is #54F0F1. Grayscale: #3D3D3D. Windows color (decimal): -5566706 or 921515. OLE color: 921515.

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

Color convert

RGB 171 15 14 -
CMYK 0 0.91 0.92 0.33
HSL 0.38º 0.85% 0.36% -
HSV(B) 0.38º 0.92% 0.67% -
XYZ 17.04 9.03 1.26 -
YUV 61.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 171 15 14 0 0.91 0.92 0.33 0.38 0.85 0.36
Hex AB F E 0 5B 5C 21 0 55 24
Octal 253 17 16 0 133 134 41 0 125 44
Binary 10101011 1111 1110 0 1011011 1011100 100001 0 1010101 100100

Color Harmonies of #AB0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F0E

Black with #AB0F0E

Text Example


Text Example

White with #AB0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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