Html Css Color HEX #AB2624 Fire Brick

📋 copy color: '#AB2624'

red 171 ◦ green 38 ◦ blue 36

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

Shades of Fire Brick #AB2624

Tints of Fire Brick #AB2624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 69.8%
G = 15.51%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB2624 (or 0xAB2624) is known color: Fire Brick. HEX triplet: AB, 26 and 24. RGB value is (171,38,36). Sum of RGB (Red+Green+Blue) = 171+38+36=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2624 is #54D9DB. Grayscale: #4D4D4D. Windows color (decimal): -5560796 or 2369195. OLE color: 2369195.

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

Color convert

RGB 171 38 36 -
CMYK 0 0.78 0.79 0.33
HSL 0.89º 0.65% 0.41% -
HSV(B) 0.89º 0.79% 0.67% -
XYZ 17.81 10.17 2.69 -
YUV 77.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 171 38 36 0 0.78 0.79 0.33 0.89 0.65 0.41
Hex AB 26 24 0 4E 4F 21 1 41 29
Octal 253 46 44 0 116 117 41 1 101 51
Binary 10101011 100110 100100 0 1001110 1001111 100001 1 1000001 101001

Color Harmonies of #AB2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2624

Black with #AB2624

Text Example


Text Example

White with #AB2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2624; }

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

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

background-color css

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

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

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

border-color css

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

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

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