Html Css Color HEX #AB1C07 Fire Brick

📋 copy color: '#AB1C07'

red 171 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #AB1C07

Tints of Fire Brick #AB1C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 83.01%
G = 13.59%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB1C07 (or 0xAB1C07) is known color: Fire Brick. HEX triplet: AB, 1C and 07. RGB value is (171,28,7). Sum of RGB (Red+Green+Blue) = 171+28+7=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C07 is #54E3F8. Grayscale: #444444. Windows color (decimal): -5563385 or 466091. OLE color: 466091.

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

Color convert

RGB 171 28 7 -
CMYK 0 0.84 0.96 0.33
HSL 7.68º 0.92% 0.35% -
HSV(B) 7.68º 0.96% 0.67% -
XYZ 17.25 9.5 1.13 -
YUV 68.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 171 28 7 0 0.84 0.96 0.33 7.68 0.92 0.35
Hex AB 1C 7 0 54 60 21 8 5C 23
Octal 253 34 7 0 124 140 41 10 134 43
Binary 10101011 11100 111 0 1010100 1100000 100001 1000 1011100 100011

Color Harmonies of #AB1C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C07

Black with #AB1C07

Text Example


Text Example

White with #AB1C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C07; }

 p { color: rgb(171,28,7); }

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

background-color css

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

 a { background-color: rgb(171,28,7); }

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

border-color css

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

 span { border-color: rgb(171,28,7); }

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