Html Css Color HEX #AB2521 Fire Brick

📋 copy color: '#AB2521'

red 171 ◦ green 37 ◦ blue 33

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

Shades of Fire Brick #AB2521

Tints of Fire Brick #AB2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 70.95%
G = 15.35%
B = 13.69%

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

#AB2521 (or 0xAB2521) is known color: Fire Brick. HEX triplet: AB, 25 and 21. RGB value is (171,37,33). Sum of RGB (Red+Green+Blue) = 171+37+33=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2521 is #54DADE. Grayscale: #4C4C4C. Windows color (decimal): -5561055 or 2172331. OLE color: 2172331.

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

Color convert

RGB 171 37 33 -
CMYK 0 0.78 0.81 0.33
HSL 1.74º 0.68% 0.4% -
HSV(B) 1.74º 0.81% 0.67% -
XYZ 17.73 10.09 2.45 -
YUV 76.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 171 37 33 0 0.78 0.81 0.33 1.74 0.68 0.4
Hex AB 25 21 0 4E 51 21 2 44 28
Octal 253 45 41 0 116 121 41 2 104 50
Binary 10101011 100101 100001 0 1001110 1010001 100001 10 1000100 101000

Color Harmonies of #AB2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2521

Black with #AB2521

Text Example


Text Example

White with #AB2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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