Html Css Color HEX #A12001 Fire Brick

📋 copy color: '#A12001'

red 161 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #A12001

Tints of Fire Brick #A12001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 82.99%
G = 16.49%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A12001 (or 0xA12001) is known color: Fire Brick. HEX triplet: A1, 20 and 01. RGB value is (161,32,1). Sum of RGB (Red+Green+Blue) = 161+32+1=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A12001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12001 is #5EDFFE. Grayscale: #434343. Windows color (decimal): -6217727 or 73889. OLE color: 73889.

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

Color convert

RGB 161 32 1 -
CMYK 0 0.80 0.99 0.37
HSL 11.63º 0.99% 0.32% -
HSV(B) 11.63º 0.99% 0.63% -
XYZ 15.22 8.61 0.89 -
YUV 67.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 161 32 1 0 0.80 0.99 0.37 11.63 0.99 0.32
Hex A1 20 1 0 50 63 25 C 63 20
Octal 241 40 1 0 120 143 45 14 143 40
Binary 10100001 100000 1 0 1010000 1100011 100101 1100 1100011 100000

Color Harmonies of #A12001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12001

Black with #A12001

Text Example


Text Example

White with #A12001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12001; }

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

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

background-color css

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

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

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

border-color css

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

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

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