Html Css Color HEX #AB2320 Fire Brick

📋 copy color: '#AB2320'

red 171 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #AB2320

Tints of Fire Brick #AB2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 71.85%
G = 14.71%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2320 (or 0xAB2320) is known color: Fire Brick. HEX triplet: AB, 23 and 20. RGB value is (171,35,32). Sum of RGB (Red+Green+Blue) = 171+35+32=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2320 is #54DCDF. Grayscale: #4B4B4B. Windows color (decimal): -5561568 or 2106283. OLE color: 2106283.

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

Color convert

RGB 171 35 32 -
CMYK 0 0.80 0.81 0.33
HSL 1.29º 0.68% 0.4% -
HSV(B) 1.29º 0.81% 0.67% -
XYZ 17.66 9.96 2.36 -
YUV 75.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 171 35 32 0 0.80 0.81 0.33 1.29 0.68 0.4
Hex AB 23 20 0 50 51 21 1 44 28
Octal 253 43 40 0 120 121 41 1 104 50
Binary 10101011 100011 100000 0 1010000 1010001 100001 1 1000100 101000

Color Harmonies of #AB2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2320

Black with #AB2320

Text Example


Text Example

White with #AB2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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