Html Css Color HEX #AB2522 Fire Brick

📋 copy color: '#AB2522'

red 171 ◦ green 37 ◦ blue 34

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

Shades of Fire Brick #AB2522

Tints of Fire Brick #AB2522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 70.66%
G = 15.29%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB2522 (or 0xAB2522) is known color: Fire Brick. HEX triplet: AB, 25 and 22. RGB value is (171,37,34). Sum of RGB (Red+Green+Blue) = 171+37+34=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2522 is #54DADD. Grayscale: #4C4C4C. Windows color (decimal): -5561054 or 2237867. OLE color: 2237867.

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

Color convert

RGB 171 37 34 -
CMYK 0 0.78 0.80 0.33
HSL 1.31º 0.67% 0.4% -
HSV(B) 1.31º 0.8% 0.67% -
XYZ 17.74 10.1 2.53 -
YUV 76.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 171 37 34 0 0.78 0.80 0.33 1.31 0.67 0.4
Hex AB 25 22 0 4E 50 21 1 43 28
Octal 253 45 42 0 116 120 41 1 103 50
Binary 10101011 100101 100010 0 1001110 1010000 100001 1 1000011 101000

Color Harmonies of #AB2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2522

Black with #AB2522

Text Example


Text Example

White with #AB2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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