Html Css Color HEX #AD2A1C Fire Brick

📋 copy color: '#AD2A1C'

red 173 ◦ green 42 ◦ blue 28

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

Shades of Fire Brick #AD2A1C

Tints of Fire Brick #AD2A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 71.19%
G = 17.28%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD2A1C (or 0xAD2A1C) is known color: Fire Brick. HEX triplet: AD, 2A and 1C. RGB value is (173,42,28). Sum of RGB (Red+Green+Blue) = 173+42+28=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A1C is #52D5E3. Grayscale: #4F4F4F. Windows color (decimal): -5428708 or 1845933. OLE color: 1845933.

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

Color convert

RGB 173 42 28 -
CMYK 0 0.76 0.84 0.32
HSL 5.79º 0.72% 0.39% -
HSV(B) 5.79º 0.84% 0.68% -
XYZ 18.27 10.62 2.19 -
YUV 79.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 173 42 28 0 0.76 0.84 0.32 5.79 0.72 0.39
Hex AD 2A 1C 0 4C 54 20 6 48 27
Octal 255 52 34 0 114 124 40 6 110 47
Binary 10101101 101010 11100 0 1001100 1010100 100000 110 1001000 100111

Color Harmonies of #AD2A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A1C

Black with #AD2A1C

Text Example


Text Example

White with #AD2A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A1C; }

 p { color: rgb(173,42,28); }

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

background-color css

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

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

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

border-color css

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

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

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