Html Css Color HEX #AD2523 Fire Brick

📋 copy color: '#AD2523'

red 173 ◦ green 37 ◦ blue 35

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

Shades of Fire Brick #AD2523

Tints of Fire Brick #AD2523

RGB

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

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

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

R = 70.61%
G = 15.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2523 (or 0xAD2523) is known color: Fire Brick. HEX triplet: AD, 25 and 23. RGB value is (173,37,35). Sum of RGB (Red+Green+Blue) = 173+37+35=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2523 is #52DADC. Grayscale: #4D4D4D. Windows color (decimal): -5429981 or 2303405. OLE color: 2303405.

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

Color convert

RGB 173 37 35 -
CMYK 0 0.79 0.80 0.32
HSL 0.87º 0.66% 0.41% -
HSV(B) 0.87º 0.8% 0.68% -
XYZ 18.2 10.33 2.62 -
YUV 77.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 173 37 35 0 0.79 0.80 0.32 0.87 0.66 0.41
Hex AD 25 23 0 4F 50 20 1 42 29
Octal 255 45 43 0 117 120 40 1 102 51
Binary 10101101 100101 100011 0 1001111 1010000 100000 1 1000010 101001

Color Harmonies of #AD2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2523

Black with #AD2523

Text Example


Text Example

White with #AD2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2523; }

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

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

background-color css

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

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

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

border-color css

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

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

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