Html Css Color HEX #AB1907 Fire Brick

📋 copy color: '#AB1907'

red 171 ◦ green 25 ◦ blue 7

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

Shades of Fire Brick #AB1907

Tints of Fire Brick #AB1907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 84.24%
G = 12.32%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB1907 (or 0xAB1907) is known color: Fire Brick. HEX triplet: AB, 19 and 07. RGB value is (171,25,7). Sum of RGB (Red+Green+Blue) = 171+25+7=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1907 is #54E6F8. Grayscale: #424242. Windows color (decimal): -5564153 or 465323. OLE color: 465323.

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

Color convert

RGB 171 25 7 -
CMYK 0 0.85 0.96 0.33
HSL 6.59º 0.92% 0.35% -
HSV(B) 6.59º 0.96% 0.67% -
XYZ 17.18 9.37 1.1 -
YUV 66.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 171 25 7 0 0.85 0.96 0.33 6.59 0.92 0.35
Hex AB 19 7 0 55 60 21 7 5C 23
Octal 253 31 7 0 125 140 41 7 134 43
Binary 10101011 11001 111 0 1010101 1100000 100001 111 1011100 100011

Color Harmonies of #AB1907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1907

Black with #AB1907

Text Example


Text Example

White with #AB1907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1907; }

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

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

background-color css

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

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

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

border-color css

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

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

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