Html Css Color HEX #A1201A Fire Brick

📋 copy color: '#A1201A'

red 161 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #A1201A

Tints of Fire Brick #A1201A

RGB

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

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

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

R = 73.52%
G = 14.61%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1201A (or 0xA1201A) is known color: Fire Brick. HEX triplet: A1, 20 and 1A. RGB value is (161,32,26). Sum of RGB (Red+Green+Blue) = 161+32+26=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A1201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1201A is #5EDFE5. Grayscale: #464646. Windows color (decimal): -6217702 or 1712289. OLE color: 1712289.

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

Color convert

RGB 161 32 26 -
CMYK 0 0.80 0.84 0.37
HSL 2.67º 0.72% 0.37% -
HSV(B) 2.67º 0.84% 0.63% -
XYZ 15.4 8.68 1.84 -
YUV 69.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 161 32 26 0 0.80 0.84 0.37 2.67 0.72 0.37
Hex A1 20 1A 0 50 54 25 3 48 25
Octal 241 40 32 0 120 124 45 3 110 45
Binary 10100001 100000 11010 0 1010000 1010100 100101 11 1001000 100101

Color Harmonies of #A1201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1201A

Black with #A1201A

Text Example


Text Example

White with #A1201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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