Html Css Color HEX #AB2620 Fire Brick

📋 copy color: '#AB2620'

red 171 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #AB2620

Tints of Fire Brick #AB2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.77%

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 70.95%
G = 15.77%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2620 (or 0xAB2620) is known color: Fire Brick. HEX triplet: AB, 26 and 20. RGB value is (171,38,32). Sum of RGB (Red+Green+Blue) = 171+38+32=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2620 is #54D9DF. Grayscale: #4D4D4D. Windows color (decimal): -5560800 or 2107051. OLE color: 2107051.

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

Color convert

RGB 171 38 32 -
CMYK 0 0.78 0.81 0.33
HSL 2.59º 0.68% 0.4% -
HSV(B) 2.59º 0.81% 0.67% -
XYZ 17.75 10.15 2.39 -
YUV 77.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 171 38 32 0 0.78 0.81 0.33 2.59 0.68 0.4
Hex AB 26 20 0 4E 51 21 3 44 28
Octal 253 46 40 0 116 121 41 3 104 50
Binary 10101011 100110 100000 0 1001110 1010001 100001 11 1000100 101000

Color Harmonies of #AB2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2620

Black with #AB2620

Text Example


Text Example

White with #AB2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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