Html Css Color HEX #AD2323 Fire Brick

📋 copy color: '#AD2323'

red 173 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #AD2323

Tints of Fire Brick #AD2323

RGB

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

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

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

R = 71.19%
G = 14.4%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2323 (or 0xAD2323) is known color: Fire Brick. HEX triplet: AD, 23 and 23. RGB value is (173,35,35). Sum of RGB (Red+Green+Blue) = 173+35+35=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2323 is #52DCDC. Grayscale: #4C4C4C. Windows color (decimal): -5430493 or 2302893. OLE color: 2302893.

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

Color convert

RGB 173 35 35 -
CMYK 0 0.80 0.80 0.32
HSL 0.66% 0.41% -
HSV(B) 0.8% 0.68% -
XYZ 18.14 10.21 2.6 -
YUV 76.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 173 35 35 0 0.80 0.80 0.32 0 0.66 0.41
Hex AD 23 23 0 50 50 20 0 42 29
Octal 255 43 43 0 120 120 40 0 102 51
Binary 10101101 100011 100011 0 1010000 1010000 100000 0 1000010 101001

Color Harmonies of #AD2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2323

Black with #AD2323

Text Example


Text Example

White with #AD2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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