Html Css Color HEX #A12101 Fire Brick

📋 copy color: '#A12101'

red 161 ◦ green 33 ◦ blue 1

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

Shades of Fire Brick #A12101

Tints of Fire Brick #A12101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 82.56%
G = 16.92%
B = 0.51%

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

#A12101 (or 0xA12101) is known color: Fire Brick. HEX triplet: A1, 21 and 01. RGB value is (161,33,1). Sum of RGB (Red+Green+Blue) = 161+33+1=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A12101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12101 is #5EDEFE. Grayscale: #434343. Windows color (decimal): -6217471 or 74145. OLE color: 74145.

HSL color Cylindrical-coordinate representation of color #A12101: hue angle of 12º 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 #A12101 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 33 1 -
CMYK 0 0.80 0.99 0.37
HSL 12º 0.99% 0.32% -
HSV(B) 12º 0.99% 0.63% -
XYZ 15.25 8.67 0.9 -
YUV 67.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 161 33 1 0 0.80 0.99 0.37 12 0.99 0.32
Hex A1 21 1 0 50 63 25 C 63 20
Octal 241 41 1 0 120 143 45 14 143 40
Binary 10100001 100001 1 0 1010000 1100011 100101 1100 1100011 100000

Color Harmonies of #A12101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12101

Black with #A12101

Text Example


Text Example

White with #A12101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12101; }

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

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

background-color css

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

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

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

border-color css

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

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

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