Html Css Color HEX #AD2422 Fire Brick

📋 copy color: '#AD2422'

red 173 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #AD2422

Tints of Fire Brick #AD2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 71.19%
G = 14.81%
B = 13.99%

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

#AD2422 (or 0xAD2422) is known color: Fire Brick. HEX triplet: AD, 24 and 22. RGB value is (173,36,34). Sum of RGB (Red+Green+Blue) = 173+36+34=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2422 is #52DBDD. Grayscale: #4C4C4C. Windows color (decimal): -5430238 or 2237613. OLE color: 2237613.

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

Color convert

RGB 173 36 34 -
CMYK 0 0.79 0.80 0.32
HSL 0.86º 0.67% 0.41% -
HSV(B) 0.86º 0.8% 0.68% -
XYZ 18.15 10.26 2.54 -
YUV 76.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 173 36 34 0 0.79 0.80 0.32 0.86 0.67 0.41
Hex AD 24 22 0 4F 50 20 1 43 29
Octal 255 44 42 0 117 120 40 1 103 51
Binary 10101101 100100 100010 0 1001111 1010000 100000 1 1000011 101001

Color Harmonies of #AD2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2422

Black with #AD2422

Text Example


Text Example

White with #AD2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2422; }

 p { color: rgb(173,36,34); }

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

background-color css

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

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

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

border-color css

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

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

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