Html Css Color HEX #AB2623 Fire Brick

📋 copy color: '#AB2623'

red 171 ◦ green 38 ◦ blue 35

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

Shades of Fire Brick #AB2623

Tints of Fire Brick #AB2623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 70.08%
G = 15.57%
B = 14.34%

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

#AB2623 (or 0xAB2623) is known color: Fire Brick. HEX triplet: AB, 26 and 23. RGB value is (171,38,35). Sum of RGB (Red+Green+Blue) = 171+38+35=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2623 is #54D9DC. Grayscale: #4D4D4D. Windows color (decimal): -5560797 or 2303659. OLE color: 2303659.

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

Color convert

RGB 171 38 35 -
CMYK 0 0.78 0.80 0.33
HSL 1.32º 0.66% 0.4% -
HSV(B) 1.32º 0.8% 0.67% -
XYZ 17.79 10.17 2.61 -
YUV 77.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 171 38 35 0 0.78 0.80 0.33 1.32 0.66 0.4
Hex AB 26 23 0 4E 50 21 1 42 28
Octal 253 46 43 0 116 120 41 1 102 50
Binary 10101011 100110 100011 0 1001110 1010000 100001 1 1000010 101000

Color Harmonies of #AB2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2623

Black with #AB2623

Text Example


Text Example

White with #AB2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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