Html Css Color HEX #A1200D Fire Brick

📋 copy color: '#A1200D'

red 161 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #A1200D

Tints of Fire Brick #A1200D

RGB

 RED value IS 161 (63.28% from 255) = 78.16%

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 78.16%
G = 15.53%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1200D (or 0xA1200D) is known color: Fire Brick. HEX triplet: A1, 20 and 0D. RGB value is (161,32,13). Sum of RGB (Red+Green+Blue) = 161+32+13=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1200D is #5EDFF2. Grayscale: #444444. Windows color (decimal): -6217715 or 860321. OLE color: 860321.

HSL color Cylindrical-coordinate representation of color #A1200D: hue angle of 7.7º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1200D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 13 -
CMYK 0 0.80 0.92 0.37
HSL 7.7º 0.85% 0.34% -
HSV(B) 7.7º 0.92% 0.63% -
XYZ 15.29 8.64 1.24 -
YUV 68.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 161 32 13 0 0.80 0.92 0.37 7.7 0.85 0.34
Hex A1 20 D 0 50 5C 25 8 55 22
Octal 241 40 15 0 120 134 45 10 125 42
Binary 10100001 100000 1101 0 1010000 1011100 100101 1000 1010101 100010

Color Harmonies of #A1200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1200D

Black with #A1200D

Text Example


Text Example

White with #A1200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1200D; }

 p { color: rgb(161,32,13); }

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

background-color css

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

 a { background-color: rgb(161,32,13); }

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

border-color css

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

 span { border-color: rgb(161,32,13); }

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