Html Css Color HEX #AD2623 Fire Brick

📋 copy color: '#AD2623'

red 173 ◦ green 38 ◦ blue 35

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

Shades of Fire Brick #AD2623

Tints of Fire Brick #AD2623

RGB

 RED value IS 173 (67.97% from 255) = 70.33%

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

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

R = 70.33%
G = 15.45%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2623 (or 0xAD2623) is known color: Fire Brick. HEX triplet: AD, 26 and 23. RGB value is (173,38,35). Sum of RGB (Red+Green+Blue) = 173+38+35=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2623 is #52D9DC. Grayscale: #4E4E4E. Windows color (decimal): -5429725 or 2303661. OLE color: 2303661.

HSL color Cylindrical-coordinate representation of color #AD2623: hue angle of 1.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2623 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 35 -
CMYK 0 0.78 0.80 0.32
HSL 1.3º 0.66% 0.41% -
HSV(B) 1.3º 0.8% 0.68% -
XYZ 18.23 10.39 2.64 -
YUV 78.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 173 38 35 0 0.78 0.80 0.32 1.3 0.66 0.41
Hex AD 26 23 0 4E 50 20 1 42 29
Octal 255 46 43 0 116 120 40 1 102 51
Binary 10101101 100110 100011 0 1001110 1010000 100000 1 1000010 101001

Color Harmonies of #AD2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2623

Black with #AD2623

Text Example


Text Example

White with #AD2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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