Html Css Color HEX #AD241C Fire Brick

📋 copy color: '#AD241C'

red 173 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #AD241C

Tints of Fire Brick #AD241C

RGB

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

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

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

R = 73%
G = 15.19%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD241C (or 0xAD241C) is known color: Fire Brick. HEX triplet: AD, 24 and 1C. RGB value is (173,36,28). Sum of RGB (Red+Green+Blue) = 173+36+28=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD241C is #52DBE3. Grayscale: #4C4C4C. Windows color (decimal): -5430244 or 1844397. OLE color: 1844397.

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

Color convert

RGB 173 36 28 -
CMYK 0 0.79 0.84 0.32
HSL 3.31º 0.72% 0.39% -
HSV(B) 3.31º 0.84% 0.68% -
XYZ 18.07 10.23 2.12 -
YUV 76.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 173 36 28 0 0.79 0.84 0.32 3.31 0.72 0.39
Hex AD 24 1C 0 4F 54 20 3 48 27
Octal 255 44 34 0 117 124 40 3 110 47
Binary 10101101 100100 11100 0 1001111 1010100 100000 11 1001000 100111

Color Harmonies of #AD241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD241C

Black with #AD241C

Text Example


Text Example

White with #AD241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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