Html Css Color HEX #AB2005 Fire Brick

📋 copy color: '#AB2005'

red 171 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #AB2005

Tints of Fire Brick #AB2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 82.21%
G = 15.38%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB2005 (or 0xAB2005) is known color: Fire Brick. HEX triplet: AB, 20 and 05. RGB value is (171,32,5). Sum of RGB (Red+Green+Blue) = 171+32+5=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2005 is #54DFFA. Grayscale: #464646. Windows color (decimal): -5562363 or 336043. OLE color: 336043.

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

Color convert

RGB 171 32 5 -
CMYK 0 0.81 0.97 0.33
HSL 9.76º 0.94% 0.35% -
HSV(B) 9.76º 0.97% 0.67% -
XYZ 17.34 9.7 1.1 -
YUV 70.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 171 32 5 0 0.81 0.97 0.33 9.76 0.94 0.35
Hex AB 20 5 0 51 61 21 A 5E 23
Octal 253 40 5 0 121 141 41 12 136 43
Binary 10101011 100000 101 0 1010001 1100001 100001 1010 1011110 100011

Color Harmonies of #AB2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2005

Black with #AB2005

Text Example


Text Example

White with #AB2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2005; }

 p { color: rgb(171,32,5); }

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

background-color css

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

 a { background-color: rgb(171,32,5); }

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

border-color css

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

 span { border-color: rgb(171,32,5); }

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