Html Css Color HEX #AD1C1A Fire Brick

📋 copy color: '#AD1C1A'

red 173 ◦ green 28 ◦ blue 26

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

Shades of Fire Brick #AD1C1A

Tints of Fire Brick #AD1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 76.21%
G = 12.33%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD1C1A (or 0xAD1C1A) is known color: Fire Brick. HEX triplet: AD, 1C and 1A. RGB value is (173,28,26). Sum of RGB (Red+Green+Blue) = 173+28+26=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C1A is #52E3E5. Grayscale: #474747. Windows color (decimal): -5432294 or 1711277. OLE color: 1711277.

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

Color convert

RGB 173 28 26 -
CMYK 0 0.84 0.85 0.32
HSL 0.82º 0.74% 0.39% -
HSV(B) 0.82º 0.85% 0.68% -
XYZ 17.84 9.79 1.93 -
YUV 71.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 173 28 26 0 0.84 0.85 0.32 0.82 0.74 0.39
Hex AD 1C 1A 0 54 55 20 1 4A 27
Octal 255 34 32 0 124 125 40 1 112 47
Binary 10101101 11100 11010 0 1010100 1010101 100000 1 1001010 100111

Color Harmonies of #AD1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C1A

Black with #AD1C1A

Text Example


Text Example

White with #AD1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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