Html Css Color HEX #AD2626 Fire Brick

📋 copy color: '#AD2626'

red 173 ◦ green 38 ◦ blue 38

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

Shades of Fire Brick #AD2626

Tints of Fire Brick #AD2626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 69.48%
G = 15.26%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2626 (or 0xAD2626) is known color: Fire Brick. HEX triplet: AD, 26 and 26. RGB value is (173,38,38). Sum of RGB (Red+Green+Blue) = 173+38+38=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2626 is #52D9D9. Grayscale: #4E4E4E. Windows color (decimal): -5429722 or 2500269. OLE color: 2500269.

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

Color convert

RGB 173 38 38 -
CMYK 0 0.78 0.78 0.32
HSL 0.64% 0.41% -
HSV(B) 0.78% 0.68% -
XYZ 18.28 10.41 2.88 -
YUV 78.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 173 38 38 0 0.78 0.78 0.32 0 0.64 0.41
Hex AD 26 26 0 4E 4E 20 0 40 29
Octal 255 46 46 0 116 116 40 0 100 51
Binary 10101101 100110 100110 0 1001110 1001110 100000 0 1000000 101001

Color Harmonies of #AD2626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2626

Black with #AD2626

Text Example


Text Example

White with #AD2626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2626; }

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

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

background-color css

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

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

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

border-color css

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

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

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