Html Css Color HEX #AB2625 Fire Brick

📋 copy color: '#AB2625'

red 171 ◦ green 38 ◦ blue 37

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

Shades of Fire Brick #AB2625

Tints of Fire Brick #AB2625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 69.51%
G = 15.45%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2625 (or 0xAB2625) is known color: Fire Brick. HEX triplet: AB, 26 and 25. RGB value is (171,38,37). Sum of RGB (Red+Green+Blue) = 171+38+37=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2625 is #54D9DA. Grayscale: #4D4D4D. Windows color (decimal): -5560795 or 2434731. OLE color: 2434731.

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

Color convert

RGB 171 38 37 -
CMYK 0 0.78 0.78 0.33
HSL 0.45º 0.64% 0.41% -
HSV(B) 0.45º 0.78% 0.67% -
XYZ 17.82 10.18 2.78 -
YUV 77.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 171 38 37 0 0.78 0.78 0.33 0.45 0.64 0.41
Hex AB 26 25 0 4E 4E 21 0 40 29
Octal 253 46 45 0 116 116 41 0 100 51
Binary 10101011 100110 100101 0 1001110 1001110 100001 0 1000000 101001

Color Harmonies of #AB2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2625

Black with #AB2625

Text Example


Text Example

White with #AB2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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